summaryrefslogtreecommitdiff
path: root/devel/gnustep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-21 03:57:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-21 03:57:28 +0000
commit18866cdb48fd7f5142ac123868e76bb5512c134a (patch)
tree8d6eb97265b2868020ed34e066472d8266f35bbd /devel/gnustep
parentFix building with perl5.8 (diff)
- Fix BUILD_DEPENDS to find correct port.
Notes
Notes: svn path=/head/; revision=73703
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 9b84ff7ada67..a2a82fb29209 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= dinoex@FreeBSD.org
RUN_DEPENDS= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make
RUN_DEPENDS+= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc
RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
-RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel
+RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
PREFIX= ${LOCALBASE}/GNUstep