diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 22:14:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 22:14:33 +0800 |
commit | e0125b466b9229deacb32822e61321516eb4fcd3 (patch) | |
tree | e6d5fe07d4e7413167f67b0e38498e788856e83c /textproc | |
parent | 3efb17a0c8a39c8a545d99e4943c9c3f9974308f (diff) | |
download | freebsd-ports-gnome-e0125b466b9229deacb32822e61321516eb4fcd3.tar.gz freebsd-ports-gnome-e0125b466b9229deacb32822e61321516eb4fcd3.tar.zst freebsd-ports-gnome-e0125b466b9229deacb32822e61321516eb4fcd3.zip |
Fix fetching, convert to USES=gperf
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libvisio/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile index 380a5e3abdd8..b7b8652de2b7 100644 --- a/textproc/libvisio/Makefile +++ b/textproc/libvisio/Makefile @@ -4,7 +4,7 @@ PORTNAME= libvisio PORTVERSION= 0.0.31 PORTREVISION= 3 CATEGORIES= textproc devel -MASTER_SITES= http://dev-www.libreoffice.org/src/ +MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure @@ -22,17 +22,10 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build -USES= gmake libtool pathfix perl5 pkgconfig tar:xz +USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz INSTALL_TARGET= install-strip -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 802516 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900502) -BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -CONFIGURE_ENV+= GPERF=${LOCALBASE}/bin/gperf -.endif - post-stage: @${RM} -f ${STAGEDIR}${PREFIX}/bin/vs* -.include <bsd.port.post.mk> +.include <bsd.port.mk> |