svn commit: r326134 - head/ports-mgmt/packagekit
Baptiste Daroussin
bapt at FreeBSD.org
Tue Sep 3 10:40:22 UTC 2013
Author: bapt
Date: Tue Sep 3 10:40:21 2013
New Revision: 326134
URL: http://svnweb.freebsd.org/changeset/ports/326134
Log:
Add an explicit dependency on pkgconf
Modified:
head/ports-mgmt/packagekit/Makefile
Modified: head/ports-mgmt/packagekit/Makefile
==============================================================================
--- head/ports-mgmt/packagekit/Makefile Tue Sep 3 10:23:55 2013 (r326133)
+++ head/ports-mgmt/packagekit/Makefile Tue Sep 3 10:40:21 2013 (r326134)
@@ -21,7 +21,7 @@ RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/l
${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection \
${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
-USES= gettext gmake iconv
+USES= gettext gmake iconv pkgconfig
USE_GNOME= glib20 intltool gnomehier
USE_SQLITE= 3
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list