diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 20:12:00 +0800 |
commit | fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /math/drgeo | |
parent | 819a32baa36593c4215d010deb8a93f07d0d46b3 (diff) | |
download | freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.gz freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.tar.zst freebsd-ports-gnome-fc23070fcc1ec8ebfba221a0d7eed0f5bcf40b9d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'math/drgeo')
-rw-r--r-- | math/drgeo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index c197e6409160..c9fcae1c969a 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -12,9 +12,8 @@ COMMENT= GTK interactive geometry software LIB_DEPENDS= guile:${PORTSDIR}/lang/guile -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix intlhack libglade2 -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |