diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-21 00:28:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-21 00:28:27 +0800 |
commit | e45fb4c9d7afd69c491478a88307e18a5b5cf9b9 (patch) | |
tree | a5dc7fbd93b79807ec628fdc49ea6966a93d56e9 /x11-toolkits | |
parent | b7ce43de20030e32cec00f68acae50e183a69e98 (diff) | |
download | freebsd-ports-gnome-e45fb4c9d7afd69c491478a88307e18a5b5cf9b9.tar.gz freebsd-ports-gnome-e45fb4c9d7afd69c491478a88307e18a5b5cf9b9.tar.zst freebsd-ports-gnome-e45fb4c9d7afd69c491478a88307e18a5b5cf9b9.zip |
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 |