svn commit: r370306 - head/textproc/libvisio01

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 12:01:22 UTC 2014


Author: bapt
Date: Tue Oct  7 12:01:21 2014
New Revision: 370306
URL: https://svnweb.freebsd.org/changeset/ports/370306
QAT: https://qat.redports.org/buildarchive/r370306/

Log:
  Fix fetching
  Convert to USES=gperf

Modified:
  head/textproc/libvisio01/Makefile

Modified: head/textproc/libvisio01/Makefile
==============================================================================
--- head/textproc/libvisio01/Makefile	Tue Oct  7 12:00:21 2014	(r370305)
+++ head/textproc/libvisio01/Makefile	Tue Oct  7 12:01:21 2014	(r370306)
@@ -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 at 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>


More information about the svn-ports-head mailing list