summaryrefslogtreecommitdiff
path: root/databases/gdl2
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-09-17 11:39:41 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-09-17 11:39:41 +0000
commit9f185772946718c12a7406bfc6e55e4c573a2e05 (patch)
tree23d00a1f45ca18a1794fb4760fa38c8d6798d07d /databases/gdl2
parentUnbreak for amd64. (diff)
- 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/Makefile2
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>