diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-14 16:15:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-14 16:15:55 +0000 |
commit | ba53088b3f5a20b494a454e6c8a487fe7b216f47 (patch) | |
tree | 021d710dbfc26f881c1f5f97a1b4520740b440ae /x11-toolkits | |
parent | upgrade to 1.10.1 (diff) |
extend BUILD_DEPENDS for ffcall
Notes
Notes:
svn path=/head/; revision=73137
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) |