diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-09-17 11:39:41 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-09-17 11:39:41 +0000 |
commit | 9f185772946718c12a7406bfc6e55e4c573a2e05 (patch) | |
tree | 23d00a1f45ca18a1794fb4760fa38c8d6798d07d /databases/gdl2 | |
parent | 315b8a729af4049208bd47e47c8bd1a6b5ecab35 (diff) | |
download | ports-9f185772946718c12a7406bfc6e55e4c573a2e05.tar.gz ports-9f185772946718c12a7406bfc6e55e4c573a2e05.zip |
- Fix INDEX build
Submitted by: Matthew Seaman <m.seaman_at_infracaninophile.co.uk>
Pointy hat to: dinoex, alexbl
Notes
Notes:
svn path=/head/; revision=173231
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 213dcf063677..b34750aaebcd 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> |