diff options
author | acm <acm@FreeBSD.org> | 2006-09-19 02:41:13 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-19 02:41:13 +0800 |
commit | 519d719fafd352c93c5b18366b7fc7c7dde870b2 (patch) | |
tree | e2b6aca92d4fd93711035bc0958052192b784c91 /devel/fpc-fcl | |
parent | 5bc9a191e5554b41b7bb0753e043941f5cfb2f3b (diff) | |
download | freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.gz freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.zst freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.zip |
- 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 'devel/fpc-fcl')
-rw-r--r-- | devel/fpc-fcl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/fpc-fcl/Makefile b/devel/fpc-fcl/Makefile index 55f4c0ae3474..19228eaa498c 100644 --- a/devel/fpc-fcl/Makefile +++ b/devel/fpc-fcl/Makefile @@ -33,7 +33,5 @@ UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/packages/base -OPT=-CX -Fi../ -Fu${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/units/${BUILDNAME}/* -HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" |