aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-01-21 11:57:28 +0800
committerdinoex <dinoex@FreeBSD.org>2003-01-21 11:57:28 +0800
commitaaf60339766808b2f93cf6863fbb44ac6b4a7d12 (patch)
tree9d91ca6c4fbfa42a3e9f82944d6b653861e4bf2a /devel
parentbc8d647147a3e035c26223ecb6c57cd6ed606434 (diff)
downloadfreebsd-ports-gnome-aaf60339766808b2f93cf6863fbb44ac6b4a7d12.tar.gz
freebsd-ports-gnome-aaf60339766808b2f93cf6863fbb44ac6b4a7d12.tar.zst
freebsd-ports-gnome-aaf60339766808b2f93cf6863fbb44ac6b4a7d12.zip
- Fix BUILD_DEPENDS to find correct port.
Diffstat (limited to 'devel')
-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