aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gdl2
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-01-13 11:57:25 +0800
committerdinoex <dinoex@FreeBSD.org>2007-01-13 11:57:25 +0800
commit44fd51006809b35e7b92415f49a6d5df498af1fa (patch)
treecf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /databases/gdl2
parent10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff)
downloadfreebsd-ports-graphics-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz
freebsd-ports-graphics-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.zst
freebsd-ports-graphics-44fd51006809b35e7b92415f49a6d5df498af1fa.zip
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'databases/gdl2')
-rw-r--r--databases/gdl2/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/databases/gdl2/Makefile b/databases/gdl2/Makefile
index b34750aaebc..fb84bedf582 100644
--- a/databases/gdl2/Makefile
+++ b/databases/gdl2/Makefile
@@ -15,9 +15,6 @@ DISTNAME= gnustep-dl2-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= GNUstep Database Library 2 (Enterprise Objects Framework)
-WRKSRC= ${WRKDIR}/${DISTNAME}
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
@@ -25,11 +22,12 @@ USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_SYSTEM_LIBS+= Gorm:${GORM_PORT}
-# broken
-# USE_LDCONFIG= yes
-INSTALL_SHLIBS= yes
-MAKEFILE= GNUmakefile
-GORM_PORT?= devel/gorm
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_PGSQL= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}
+GNU_CONFIGURE= yes
+
+GORM_PORT?= devel/gorm
+
.include <bsd.port.mk>