diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
commit | b9f5999732e7222774f10d977b14daa0de7edb33 (patch) | |
tree | 044201e303293fd0309f62c7913147adac234a3f /devel/fpc-fcl-net | |
parent | d1e3ce6200d91f3614414d6fe681770741edf369 (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 'devel/fpc-fcl-net')
-rw-r--r-- | devel/fpc-fcl-net/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/fpc-fcl-net/Makefile b/devel/fpc-fcl-net/Makefile index 55f4c0ae3474..19228eaa498c 100644 --- a/devel/fpc-fcl-net/Makefile +++ b/devel/fpc-fcl-net/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" |