diff options
author | sem <sem@FreeBSD.org> | 2006-09-17 11:39:41 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-09-17 11:39:41 +0000 |
commit | d70b470f033c6f61b9a486aa474a813ce6b9975f (patch) | |
tree | 3068b0df36cdaa955a25abcbc64671b85fe7b2f4 /databases/gdl2 | |
parent | 00a916f0749cd95e8b4f5b9ecb006fc0eaa79b24 (diff) | |
download | FreeBSD-ports-d70b470f033c6f61b9a486aa474a813ce6b9975f.zip FreeBSD-ports-d70b470f033c6f61b9a486aa474a813ce6b9975f.tar.gz |
- Fix INDEX build
Submitted by: Matthew Seaman <m.seaman_at_infracaninophile.co.uk>
Pointy hat to: dinoex, alexbl
Diffstat (limited to 'databases/gdl2')
-rw-r--r-- | databases/gdl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gdl2/Makefile b/databases/gdl2/Makefile index 213dcf0..b34750a 100644 --- a/databases/gdl2/Makefile +++ b/databases/gdl2/Makefile @@ -29,7 +29,7 @@ USE_GNUSTEP_SYSTEM_LIBS+= Gorm:${GORM_PORT} # USE_LDCONFIG= yes INSTALL_SHLIBS= yes MAKEFILE= GNUmakefile -SLIDESHOWKIT_PORT?= devel/gorm +GORM_PORT?= devel/gorm USE_PGSQL= yes .include <bsd.port.mk> |