diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-20 16:28:27 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-20 16:28:27 +0000 |
commit | e45fb4c9d7afd69c491478a88307e18a5b5cf9b9 (patch) | |
tree | a5dc7fbd93b79807ec628fdc49ea6966a93d56e9 /x11-toolkits | |
parent | b7ce43de20030e32cec00f68acae50e183a69e98 (diff) | |
download | FreeBSD-ports-e45fb4c9d7afd69c491478a88307e18a5b5cf9b9.zip FreeBSD-ports-e45fb4c9d7afd69c491478a88307e18a5b5cf9b9.tar.gz |
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 51ae152..244d853 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 |