summaryrefslogtreecommitdiff
path: root/archivers/fpc-unzip
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-18 18:41:13 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-18 18:41:13 +0000
commitb9f5999732e7222774f10d977b14daa0de7edb33 (patch)
tree044201e303293fd0309f62c7913147adac234a3f /archivers/fpc-unzip
parentAvoid an icu crash in gimp by disabling optimizations. (diff)
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit)
Notes
Notes: svn path=/head/; revision=173353
Diffstat (limited to 'archivers/fpc-unzip')
-rw-r--r--archivers/fpc-unzip/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile
index dfec8a73ce0b..2978718d1373 100644
--- a/archivers/fpc-unzip/Makefile
+++ b/archivers/fpc-unzip/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= archivers lang
PKGNAMESUFFIX= -unzip
@@ -14,10 +14,11 @@ COMMENT= Free Pascal routines for unzipping zip files
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
fpcmake:${PORTSDIR}/lang/fpc-utils
-RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
+OPTIONS= UNZIP "Install unzip tools" on
+
.include "${MASTERDIR}/Makefile"