summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-24 18:55:58 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-24 18:55:58 +0000
commitee9cac369aea5400f879d4bae0590ad7738380f9 (patch)
treed96f68f9576ed892735be946212a3c08d284c39f /games
parentupgrade to 0.2.19 (diff)
- Catch up implicit dependency of ffcall
Notes
Notes: svn path=/head/; revision=73944
Diffstat (limited to 'games')
-rw-r--r--games/gomoku.app/Makefile1
-rw-r--r--games/gshisen/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
index cb5e29d1dbbf..4740bdb831ab 100644
--- a/games/gomoku.app/Makefile
+++ b/games/gomoku.app/Makefile
@@ -14,6 +14,7 @@ DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall
RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
PREFIX= ${LOCALBASE}/GNUstep
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index 261407ebd83e..fcff9dfdeb9e 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.gnustep.it/enrico/gshisen/
MAINTAINER= dinoex@FreeBSD.org
BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall
RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
PREFIX= ${LOCALBASE}/GNUstep