aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorokazaki <okazaki@FreeBSD.org>2001-07-07 12:42:33 +0800
committerokazaki <okazaki@FreeBSD.org>2001-07-07 12:42:33 +0800
commite87ee9d974cc7687d897261c281263749f9101a5 (patch)
treefa24f067d9c13942c6c799218b21c6a7401b11ad /lang
parent5abc34f586807c0b9fd37ef09125208151cdaf26 (diff)
downloadfreebsd-ports-gnome-e87ee9d974cc7687d897261c281263749f9101a5.tar.gz
freebsd-ports-gnome-e87ee9d974cc7687d897261c281263749f9101a5.tar.zst
freebsd-ports-gnome-e87ee9d974cc7687d897261c281263749f9101a5.zip
Fix invalid dependency.
PR: 28734 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-guile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index b1643a2e4420..5a55e2abfb66 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/devel/gnustep-base
-RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/devel/gnustep-base
+BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
+RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
.include <bsd.port.pre.mk>