diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
commit | 894a8184cec3a9ba1ae9f668d91c5ed71275ae57 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/nip2/Makefile | |
parent | c6ceec8d05cd3a72452eae97f33b61805aa9f8b1 (diff) | |
download | ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.tar.gz ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.zip |
Notes
Diffstat (limited to 'graphics/nip2/Makefile')
-rw-r--r-- | graphics/nip2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 4a55be6e600b..6f78ab75b163 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= vips.3[0-9]:${PORTSDIR}/graphics/vips \ gsl:${PORTSDIR}/math/gsl \ xml2:${PORTSDIR}/textproc/libxml2 -USES= bison -USE_GMAKE= yes -USE_GNOME= gnomemimedata glib20 pkgconfig gtk20 +USES= bison gmake pkgconfig +USE_GNOME= gnomemimedata glib20 gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man # This port has no man-pages. It installs a number of HTML files, |