diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-24 18:55:58 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-24 18:55:58 +0000 |
commit | 0d7da074a0d13a8cb00b8a28190fca36cabb91bb (patch) | |
tree | 84e8f9e02024e7457085abd5391ca76a5c10b4a6 /games/gomoku.app | |
parent | ae44f641093af8f26a7d0c4f3c36adc7329c03d6 (diff) | |
download | FreeBSD-ports-0d7da074a0d13a8cb00b8a28190fca36cabb91bb.zip FreeBSD-ports-0d7da074a0d13a8cb00b8a28190fca36cabb91bb.tar.gz |
- Catch up implicit dependency of ffcall
Diffstat (limited to 'games/gomoku.app')
-rw-r--r-- | games/gomoku.app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index cb5e29d..4740bdb 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 |