diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gomoku.app/Makefile | 1 | ||||
-rw-r--r-- | games/gshisen/Makefile | 1 |
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 |