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 /graphics/fpc-ncurses | |
parent | d1e3ce6200d91f3614414d6fe681770741edf369 (diff) | |
download | ports-b9f5999732e7222774f10d977b14daa0de7edb33.tar.gz ports-b9f5999732e7222774f10d977b14daa0de7edb33.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)
Notes
Notes:
svn path=/head/; revision=173353
Diffstat (limited to 'graphics/fpc-ncurses')
-rw-r--r-- | graphics/fpc-ncurses/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile index a9a3412f6beb..601993edd6cb 100644 --- a/graphics/fpc-ncurses/Makefile +++ b/graphics/fpc-ncurses/Makefile @@ -18,6 +18,5 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" |