diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-12-26 16:52:53 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-12-26 16:52:53 +0800 |
commit | e24511837abf6c5526a2bdcc662491f2a22505b0 (patch) | |
tree | 8bd7bd7b4b36e0e3a23c2e57b47a81414331a49e /databases | |
parent | 2b5767e439e9ee8464744e808f7a2d93eb5110e3 (diff) | |
download | freebsd-ports-gnome-e24511837abf6c5526a2bdcc662491f2a22505b0.tar.gz freebsd-ports-gnome-e24511837abf6c5526a2bdcc662491f2a22505b0.tar.zst freebsd-ports-gnome-e24511837abf6c5526a2bdcc662491f2a22505b0.zip |
Activate interbase4.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index c7fd8e373408..8216d000a0a8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.31 1998/11/03 10:02:10 tg Exp $ +# $Id: Makefile,v 1.32 1998/11/16 15:48:36 vanilla Exp $ # SUBDIR += cdb SUBDIR += db @@ -6,6 +6,7 @@ SUBDIR += gdbm SUBDIR += gmysql SUBDIR += gnats + SUBDIR += interbase4 SUBDIR += msql SUBDIR += mysql321 SUBDIR += mysql322 |