diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-30 12:18:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-30 12:18:58 +0800 |
commit | 0a5ba77e9d3e898339bbd91a724b16e8178e7350 (patch) | |
tree | b6ef29c469706a039dbef8e5936abc78dd3b7872 /x11-toolkits/gnustep-back | |
parent | e64d4765cda5fa4ebc4b9b753ef79511d31a5986 (diff) | |
download | freebsd-ports-gnome-0a5ba77e9d3e898339bbd91a724b16e8178e7350.tar.gz freebsd-ports-gnome-0a5ba77e9d3e898339bbd91a724b16e8178e7350.tar.zst freebsd-ports-gnome-0a5ba77e9d3e898339bbd91a724b16e8178e7350.zip |
Add slave-port gnustep-gui-devel
- use PKGNAMESUFFIX
- corrects dependeny for gnustep-back
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 8a0881176e8f..54fdd8c8c116 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui -RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui +BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel +RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff |