diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-30 13:26:53 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-30 13:26:53 +0000 |
commit | 317e54430f5d0dfa8b74925475318361926cb74c (patch) | |
tree | ba8ac47003705604bba30226ef29b8fa32bcd8de /databases/Makefile | |
parent | fbc041db89373466ae18b738b72764a69f0c1ce4 (diff) | |
download | FreeBSD-ports-317e54430f5d0dfa8b74925475318361926cb74c.zip FreeBSD-ports-317e54430f5d0dfa8b74925475318361926cb74c.tar.gz |
Enable xmbase-grok
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 560954a..f51d917 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp $ +# $Id: Makefile,v 1.21 1997/08/19 07:17:51 fenner Exp $ # SUBDIR += db SUBDIR += gdbm @@ -13,5 +13,6 @@ SUBDIR += p5-Pg SUBDIR += postgresql SUBDIR += typhoon + SUBDIR += xmbase-grok .include <bsd.port.subdir.mk> |