diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 12:12:00 +0000 |
commit | 7a0f4abe2be429be794564fa0ba30727d6458ef0 (patch) | |
tree | cb47117e55d8b3cfa8e1d039d125b1106964ca6e /math/drgeo | |
parent | 60dbc060c34744dd55726fe83163eee3d49b4efe (diff) | |
download | ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.tar.gz ports-7a0f4abe2be429be794564fa0ba30727d6458ef0.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326491
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 |