diff options
author | okazaki <okazaki@FreeBSD.org> | 2001-07-07 04:42:33 +0000 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2001-07-07 04:42:33 +0000 |
commit | e87ee9d974cc7687d897261c281263749f9101a5 (patch) | |
tree | fa24f067d9c13942c6c799218b21c6a7401b11ad | |
parent | 5abc34f586807c0b9fd37ef09125208151cdaf26 (diff) | |
download | FreeBSD-ports-e87ee9d974cc7687d897261c281263749f9101a5.zip FreeBSD-ports-e87ee9d974cc7687d897261c281263749f9101a5.tar.gz |
Fix invalid dependency.
PR: 28734
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index b1643a2..5a55e2a 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> diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index d0ff7eb..ef27028 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ 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= tiff.4:${PORTSDIR}/graphics/tiff .include <bsd.port.pre.mk> |