summaryrefslogtreecommitdiff
path: root/devel/gnustep
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-06-26 16:16:58 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-06-26 16:16:58 +0000
commit65d7553a548805ef687800c6bdd003f6d297d44d (patch)
treeedfee6325acf5f5c488d6e96c49f292417aac4a2 /devel/gnustep
parentEmbarrassingly long overdue update to 0.7.0, including optional support for (diff)
Add missing "\" at end of line (RUN_DEPENDS).
Notes
Notes: svn path=/head/; revision=44464
Diffstat (limited to 'devel/gnustep')
-rw-r--r--devel/gnustep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index ff9051ee9269..3fd7ee6ff2e9 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-mak
${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc \
${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \
${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui \
- ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
+ ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps \
${SYSLIBDIR}/lib:${PORTSDIR}/lang/gnustep-guile
PREFIX= ${LOCALBASE}/GNUstep