diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 14:14:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 14:14:33 +0000 |
commit | 9f68f77c7bab4653d34b678cbc8a3055af92824a (patch) | |
tree | e6d5fe07d4e7413167f67b0e38498e788856e83c /textproc | |
parent | 026a98832e2ec7911430449ec2d232b02f55c805 (diff) | |
download | ports-9f68f77c7bab4653d34b678cbc8a3055af92824a.tar.gz ports-9f68f77c7bab4653d34b678cbc8a3055af92824a.zip |
Notes
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> |