aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2006-09-23 01:01:36 +0800
committeracm <acm@FreeBSD.org>2006-09-23 01:01:36 +0800
commit9fb9523c4373ca777414362a26825cb36e189258 (patch)
treed2ae08f1aab6bebc427fda56ecb427d1e4c1b4ac /lang/fpc
parent9f10991539c204de0ee9072d9d7e1938e046f350 (diff)
downloadfreebsd-ports-gnome-9fb9523c4373ca777414362a26825cb36e189258.tar.gz
freebsd-ports-gnome-9fb9523c4373ca777414362a26825cb36e189258.tar.zst
freebsd-ports-gnome-9fb9523c4373ca777414362a26825cb36e189258.zip
- Remove the comment character from ibase section
Diffstat (limited to 'lang/fpc')
-rw-r--r--lang/fpc/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index 0cd836db2af3..87c11b134c85 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -23,7 +23,7 @@ HAVE_EXAMPLES= true
.if ${PKGNAMESUFFIX} == "-ibase"
. if defined(WITH_IBASE)
-#LIB_DEPENDS= fbembed.1:${PORTSDIR}/databases/firebird-client
+LIB_DEPENDS= fbembed.1:${PORTSDIR}/databases/firebird-client
. endif
HAVE_EXAMPLES= true
.endif