diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-20 16:28:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-20 16:28:27 +0000 |
commit | b83ad10525be0dc0a4eb2c48860427c08480c723 (patch) | |
tree | 50737edc91315b690d4cf5d6c71f7e3d80ab0bcb /x11-toolkits | |
parent | Do not use ${PORTNAME} for MASTER_SITE_SUBDIR as this breaks (diff) |
extend BUILD_DEPENDS for ffcall
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 51ae15295dcb..244d853f89f7 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff |