Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2017 08:40:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437532 - head/devel/libnotify
Message-ID:  <201704020840.v328e4Bm064581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr  2 08:40:04 2017
New Revision: 437532
URL: https://svnweb.freebsd.org/changeset/ports/437532

Log:
  Disable tests which are looking for the gtk3.0 dependency

Modified:
  head/devel/libnotify/Makefile

Modified: head/devel/libnotify/Makefile
==============================================================================
--- head/devel/libnotify/Makefile	Sun Apr  2 08:24:45 2017	(r437531)
+++ head/devel/libnotify/Makefile	Sun Apr  2 08:40:04 2017	(r437532)
@@ -19,4 +19,6 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
+CONFIGURE_ARGS=	--disable-tests
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704020840.v328e4Bm064581>