svn commit: r370339 - head/textproc/libvisio
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 7 14:14:34 UTC 2014
Author: bapt
Date: Tue Oct 7 14:14:33 2014
New Revision: 370339
URL: https://svnweb.freebsd.org/changeset/ports/370339
QAT: https://qat.redports.org/buildarchive/r370339/
Log:
Fix fetching, convert to USES=gperf
Modified:
head/textproc/libvisio/Makefile
Modified: head/textproc/libvisio/Makefile
==============================================================================
--- head/textproc/libvisio/Makefile Tue Oct 7 14:14:22 2014 (r370338)
+++ head/textproc/libvisio/Makefile Tue Oct 7 14:14:33 2014 (r370339)
@@ -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 at 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>
More information about the svn-ports-head
mailing list