aboutsummaryrefslogtreecommitdiff
path: root/textproc/libvisio01
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 12:01:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 12:01:21 +0000
commitfb84d23818328309e882c69b107de7822609e6f9 (patch)
treedc07ef125dd94eede7c4b71cb2c75e8212681b0c /textproc/libvisio01
parent7a1aa59e57f6b24be11004ff6174ef04e978c229 (diff)
downloadports-fb84d23818328309e882c69b107de7822609e6f9.tar.gz
ports-fb84d23818328309e882c69b107de7822609e6f9.zip
Fix fetching
Convert to USES=gperf
Notes
Notes: svn path=/head/; revision=370306
Diffstat (limited to 'textproc/libvisio01')
-rw-r--r--textproc/libvisio01/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile
index 704a8f418e56..72d375e6cea0 100644
--- a/textproc/libvisio01/Makefile
+++ b/textproc/libvisio01/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libvisio
PORTVERSION= 0.1.0
CATEGORIES= textproc devel
-MASTER_SITES= http://dev-www.libreoffice.org/src/
+MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
MAINTAINER= office@FreeBSD.org
@@ -21,14 +21,7 @@ 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
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>