diff options
author | acm <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
commit | 519d719fafd352c93c5b18366b7fc7c7dde870b2 (patch) | |
tree | e2b6aca92d4fd93711035bc0958052192b784c91 /archivers | |
parent | 5bc9a191e5554b41b7bb0753e043941f5cfb2f3b (diff) | |
download | FreeBSD-ports-519d719fafd352c93c5b18366b7fc7c7dde870b2.zip FreeBSD-ports-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.gz |
- 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)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fpc-paszlib/Makefile | 1 | ||||
-rw-r--r-- | archivers/fpc-unzip/Makefile | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile index 1262e3e..4ceee03 100644 --- a/archivers/fpc-paszlib/Makefile +++ b/archivers/fpc-paszlib/Makefile @@ -19,6 +19,5 @@ UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index dfec8a7..2978718 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" |