diff options
-rw-r--r-- | lang/gnustep-guile/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index b324d9a1fd1c..0cb7cdf64553 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= libs 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= guile.10:${PORTSDIR}/lang/guile 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) |