aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-gui/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-10-30 12:18:58 +0800
committerdinoex <dinoex@FreeBSD.org>2002-10-30 12:18:58 +0800
commit0a5ba77e9d3e898339bbd91a724b16e8178e7350 (patch)
treeb6ef29c469706a039dbef8e5936abc78dd3b7872 /x11-toolkits/gnustep-gui/Makefile
parente64d4765cda5fa4ebc4b9b753ef79511d31a5986 (diff)
downloadfreebsd-ports-graphics-0a5ba77e9d3e898339bbd91a724b16e8178e7350.tar.gz
freebsd-ports-graphics-0a5ba77e9d3e898339bbd91a724b16e8178e7350.tar.zst
freebsd-ports-graphics-0a5ba77e9d3e898339bbd91a724b16e8178e7350.zip
Add slave-port gnustep-gui-devel
- use PKGNAMESUFFIX - corrects dependeny for gnustep-back
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 58d67284a9c..8d2032dadad 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -14,6 +14,7 @@ PORTVERSION= 0.7.6
CATEGORIES= x11-toolkits
.if defined(GNUSTEP_GUI_DEVEL)
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
+PKGNAMESUFFIX?= -devel
.else
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
@@ -24,6 +25,9 @@ MAINTAINER= dinoex@FreeBSD.org
BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
+.if defined(GNUSTEP_GUI_DEVEL)
+LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
+.endif
BREAKS_IF_PEDANTIC= yes
.if defined(GNUSTEP_GUI_DEVEL)