diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-15 00:15:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-15 00:15:55 +0800 |
commit | 9491f2b0d40cd7bdf1db39ba1b47be3415fce9a6 (patch) | |
tree | b61628a2907d0a46acba5d83621c72a80dc9366f /x11-toolkits | |
parent | 9567feb3a3b74bd2edb55350ea5d44486a7ac2c1 (diff) | |
download | freebsd-ports-gnome-9491f2b0d40cd7bdf1db39ba1b47be3415fce9a6.tar.gz freebsd-ports-gnome-9491f2b0d40cd7bdf1db39ba1b47be3415fce9a6.tar.zst freebsd-ports-gnome-9491f2b0d40cd7bdf1db39ba1b47be3415fce9a6.zip |
extend BUILD_DEPENDS for ffcall
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 8febd2fb857a..8ab4ecb136e9 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -25,6 +25,7 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff .if defined(GNUSTEP_GUI_DEVEL) |