Date: Tue, 7 Oct 2014 12:01:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370306 - head/textproc/libvisio01 Message-ID: <201410071201.s97C1MHQ044641@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071201.s97C1MHQ044641>