svn commit: r311754 - head/textproc/fop

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 6 10:30:09 UTC 2013


Author: bapt
Date: Wed Feb  6 10:30:08 2013
New Revision: 311754
URL: http://svnweb.freebsd.org/changeset/ports/311754

Log:
  Fix build on FreeBSD 9+

Modified:
  head/textproc/fop/Makefile

Modified: head/textproc/fop/Makefile
==============================================================================
--- head/textproc/fop/Makefile	Wed Feb  6 09:50:48 2013	(r311753)
+++ head/textproc/fop/Makefile	Wed Feb  6 10:30:08 2013	(r311754)
@@ -14,7 +14,7 @@ EXTRACT_ONLY=	${DISTNAME}.tar.gz
 MAINTAINER=	geoff at sea-incorporated.com
 COMMENT=	Print formatter driven by XSL formatting
 
-EXTRACT_DEPENDS+=	unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS+=	${UNZIP_CMD}:${PORTSDIR}/archivers/unzip
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-src//}
 DATADIR=	${JAVASHAREDIR}/${PORTNAME}


More information about the svn-ports-head mailing list