summaryrefslogtreecommitdiff
path: root/lang/steptalk
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 /lang/steptalk
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 'lang/steptalk')
-rw-r--r--lang/steptalk/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/steptalk/Makefile b/lang/steptalk/Makefile
index 74106067d9ee..53ca8c40b43c 100644
--- a/lang/steptalk/Makefile
+++ b/lang/steptalk/Makefile
@@ -15,17 +15,13 @@ DISTNAME= StepTalk-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= The official GNUstep scripting framework
-WRKSRC= ${WRKDIR}/StepTalk
-USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-MAKEFILE= GNUmakefile
-ALL_TARGET=
-LDCONFIG_DIRS= ${LOCALLIBDIR}
-INSTALLS_SHLIB= yes
-#NO_FILTER_SHLIBS= yes
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+
+WRKSRC= ${WRKDIR}/StepTalk
.include <bsd.port.mk>