summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-07-15 20:01:37 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-07-15 20:01:37 +0000
commitd8bd29a573d922d2a9be3bfda705070de24805df (patch)
tree289431543f3f3a31d6783a2d5cca1962bcb8eedb
parentAdd Cyrus man pages to manpath. (diff)
Convert to USES=gmake.
Notes
Notes: svn path=/head/; revision=323076
-rw-r--r--textproc/libvisio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile
index f899bfbfaac9..24ada0f67391 100644
--- a/textproc/libvisio/Makefile
+++ b/textproc/libvisio/Makefile
@@ -19,11 +19,10 @@ LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd \
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PERL5_BUILD=yes
USE_XZ= yes
-USES= pathfix pkgconfig
+USES= gmake pathfix pkgconfig
.include <bsd.port.pre.mk>