summaryrefslogtreecommitdiff
path: root/lang/fpc-tcl
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 /lang/fpc-tcl
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 'lang/fpc-tcl')
-rw-r--r--lang/fpc-tcl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/fpc-tcl/Makefile b/lang/fpc-tcl/Makefile
index 3b6715038a44..4a1ea39bae9c 100644
--- a/lang/fpc-tcl/Makefile
+++ b/lang/fpc-tcl/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= lang
PKGNAMESUFFIX= -tcl
@@ -30,12 +30,12 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-HAVE_EXAMPLES= true
+
+OPTIONS= TCL "Install tool commnad language" on
.include "${MASTERDIR}/Makefile"