diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-07-07 04:42:33 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-07-07 04:42:33 +0000 |
commit | 9dba2f9c95f8ebc0d7179d34c8b5b30cf7ac95d2 (patch) | |
tree | a4ef23cefbc9cd1f15848e6ec523655d7daca1dd /x11-toolkits/gnustep-gui | |
parent | Update to version 2.0 (diff) |
Fix invalid dependency.
PR: 28734
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=44861
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index d0ff7eb9a7e6..ef2702837edb 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> |