diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-30 04:18:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-30 04:18:58 +0000 |
commit | 42b7b62083f63d43458f0c4c7badf03933988f6b (patch) | |
tree | a0333f5b9ee7f78d353ad726c9bec1579130b3b8 /x11-toolkits/gnustep-back | |
parent | 0b0740aab4faaf5007f0f44b177fbdfce445617f (diff) | |
download | ports-42b7b62083f63d43458f0c4c7badf03933988f6b.tar.gz ports-42b7b62083f63d43458f0c4c7badf03933988f6b.zip |
Add slave-port gnustep-gui-devel
- use PKGNAMESUFFIX
- corrects dependeny for gnustep-back
Notes
Notes:
svn path=/head/; revision=69138
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 |