diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 10:30:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 10:30:08 +0000 |
commit | 8ad9e5c5fca86edf7b82feaaa18ef4de5f58efd7 (patch) | |
tree | 205e2dfebf170dd302968393753f3060c339d3c7 /textproc/fop | |
parent | 2cfe6c318ec8ee94c3d99730a4259e327dffa0e0 (diff) | |
download | ports-8ad9e5c5fca86edf7b82feaaa18ef4de5f58efd7.tar.gz ports-8ad9e5c5fca86edf7b82feaaa18ef4de5f58efd7.zip |
Notes
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 3f5902069f75..ba43c5b20267 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= geoff@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} |