diff options
author | acm <acm@FreeBSD.org> | 2006-09-22 17:01:36 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-22 17:01:36 +0000 |
commit | 9fb9523c4373ca777414362a26825cb36e189258 (patch) | |
tree | d2ae08f1aab6bebc427fda56ecb427d1e4c1b4ac /lang | |
parent | 9f10991539c204de0ee9072d9d7e1938e046f350 (diff) | |
download | FreeBSD-ports-9fb9523c4373ca777414362a26825cb36e189258.zip FreeBSD-ports-9fb9523c4373ca777414362a26825cb36e189258.tar.gz |
- Remove the comment character from ibase section
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc/Makefile.units | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index 0cd836d..87c11b1 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 |