svn commit: r437532 - head/devel/libnotify

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 2 08:40:05 UTC 2017


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>


More information about the svn-ports-all mailing list