diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-22 17:01:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-22 17:01:36 +0000 |
commit | 169a98969ddd34f0e4027e946531a602672eff07 (patch) | |
tree | 7c9e1f7634fd21e4e5f94e9b5b25f511a2f1adbc /lang | |
parent | Update to 0.6.9 release. (diff) |
- 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 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 |