svn commit: r439874 - head/databases/mydumper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 1 12:46:07 UTC 2017


Author: sunpoet
Date: Mon May  1 12:46:05 2017
New Revision: 439874
URL: https://svnweb.freebsd.org/changeset/ports/439874

Log:
  Use USES=gnome

Modified:
  head/databases/mydumper/Makefile

Modified: head/databases/mydumper/Makefile
==============================================================================
--- head/databases/mydumper/Makefile	Mon May  1 12:46:00 2017	(r439873)
+++ head/databases/mydumper/Makefile	Mon May  1 12:46:05 2017	(r439874)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 
 CMAKE_ARGS=	-DBUILD_DOCS=OFF -DWITH_BINLOG=OFF
 USE_GNOME=	glib20
-USES=		cmake mysql pkgconfig
+USES=		cmake gnome mysql pkgconfig
 
 PLIST_FILES=	sbin/mydumper sbin/myloader
 


More information about the svn-ports-all mailing list