summaryrefslogtreecommitdiff
path: root/devel/gnustep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-11-03 05:27:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-11-03 05:27:46 +0000
commitdc6ac86d5f423bd211a0d0399b48146d17a4756e (patch)
treeb4c9bcde44cfe65c6f8bb9373c9ce0b412d6efe5 /devel/gnustep
parentAdd a BUILD_DEPENDS on Perl. (diff)
fix dependency
Notes
Notes: svn path=/head/; revision=69318
Diffstat (limited to 'devel/gnustep')
-rw-r--r--devel/gnustep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index b7c9c6112fb8..fa4bbd8e7ab0 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -22,10 +22,10 @@ RUN_DEPENDS+= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc
RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
.if defined(GNUSTEP_GUI_DEVEL)
RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel
-RUN_DEPENDS+= ${XGPSBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
+RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
.else
RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
-RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
+RUN_DEPENDS+= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
.endif
PREFIX= ${LOCALBASE}/GNUstep