diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
commit | e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1 (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /archivers/fpc-unzip | |
parent | 2fccfa036a74a77e0a84b9a95a8306f1181f4d25 (diff) | |
download | freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.gz freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.zst freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.zip |
Stage support
Diffstat (limited to 'archivers/fpc-unzip')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index 9d386ab6cabe..db31c2b4adbe 100644 --- a/archivers/fpc-unzip/Makefile +++ b/archivers/fpc-unzip/Makefile @@ -10,13 +10,14 @@ COMMENT= Free Pascal routines for unzipping zip files USE_FPC= yes -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= UNZIP UNZIP_DESC= Install unzip tools OPTIONS_DEFAULT= UNZIP +UNZIP_RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + .include "${MASTERDIR}/Makefile" |