aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-09-17 19:39:41 +0800
committersem <sem@FreeBSD.org>2006-09-17 19:39:41 +0800
commitd70b470f033c6f61b9a486aa474a813ce6b9975f (patch)
tree3068b0df36cdaa955a25abcbc64671b85fe7b2f4
parent00a916f0749cd95e8b4f5b9ecb006fc0eaa79b24 (diff)
downloadfreebsd-ports-gnome-d70b470f033c6f61b9a486aa474a813ce6b9975f.tar.gz
freebsd-ports-gnome-d70b470f033c6f61b9a486aa474a813ce6b9975f.tar.zst
freebsd-ports-gnome-d70b470f033c6f61b9a486aa474a813ce6b9975f.zip
- Fix INDEX build
Submitted by: Matthew Seaman <m.seaman_at_infracaninophile.co.uk> Pointy hat to: dinoex, alexbl
-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>