summaryrefslogtreecommitdiff
path: root/databases/gdl2
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:25 +0000
commitd7f59ea8de230bb289b02649cd575560e4c71e0d (patch)
treeeae797f7211f5c20b5be446f4fa649681b374597 /databases/gdl2
parent- update to use new bsd.gnustep.mk (diff)
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Notes
Notes: svn path=/head/; revision=182275
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 b34750aaebcd..fb84bedf582f 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>