diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-05 03:58:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-05 03:58:10 +0800 |
commit | f6c1dc2d3daf7acd5e09e732c34ed707962707eb (patch) | |
tree | b478bff37d6ca75c1ab3bb1f7a82ae6064eb5f75 | |
parent | 7a99928afdc16be3794c7634040ad501e342ef0e (diff) | |
download | freebsd-ports-gnome-f6c1dc2d3daf7acd5e09e732c34ed707962707eb.tar.gz freebsd-ports-gnome-f6c1dc2d3daf7acd5e09e732c34ed707962707eb.tar.zst freebsd-ports-gnome-f6c1dc2d3daf7acd5e09e732c34ed707962707eb.zip |
Add dependency to ffcall (was previous supplied with gnustep-objc)
Approved by: knu
-rw-r--r-- | devel/ruby-gnustep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index d190d6912615..d1a4cc149b0b 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${GNUSTEP_PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \ + ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall \ ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \ ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui \ ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back |