diff options
author | jkim <jkim@FreeBSD.org> | 2013-07-16 04:01:37 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-07-16 04:01:37 +0800 |
commit | beb56531973fb52a500f6fa17dd15a27fd4b4847 (patch) | |
tree | 289431543f3f3a31d6783a2d5cca1962bcb8eedb /textproc | |
parent | fcee2c17da468c43a5937f8a71e26ad0a49d1d68 (diff) | |
download | freebsd-ports-graphics-beb56531973fb52a500f6fa17dd15a27fd4b4847.tar.gz freebsd-ports-graphics-beb56531973fb52a500f6fa17dd15a27fd4b4847.tar.zst freebsd-ports-graphics-beb56531973fb52a500f6fa17dd15a27fd4b4847.zip |
Convert to USES=gmake.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libvisio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile index f899bfbfaac..24ada0f6739 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> |