From 185f25b86eb96f9764834649309839e1c0e632a2 Mon Sep 17 00:00:00 2001 From: dinoex Date: Wed, 30 Oct 2002 04:27:27 +0000 Subject: use PKGNAMESUFFIX add slave port gnustep-devel --- devel/gnustep/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'devel/gnustep') diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index a0fdfb6c4ad2..d02be80acc0d 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -9,18 +9,22 @@ PORTNAME= gnustep PORTVERSION= 1.5.0 CATEGORIES= devel lang MASTER_SITES= # empty +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= dinoex@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make +RUN_DEPENDS= ${LOCALBASE}/System/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 .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 .else +RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps .endif -- cgit