diff options
Diffstat (limited to 'textproc')
-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} |