diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /devel | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cutter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 9ef21f038cbc..f95432f5ab84 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ CPPFLAGS+= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake pkgconfig USE_GNOME= intltool gnomehack glib20 gtk20 USE_LDCONFIG= yes WANT_GSTREAMER= yes |