diff options
author | tg <tg@FreeBSD.org> | 2007-03-22 05:51:48 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2007-03-22 05:51:48 +0800 |
commit | 8e0f85cdcd9ce95ca840d0267352282e0cd2e752 (patch) | |
tree | c6b3ff90d01f66f9764dc56dd6bde0b8a8e92d7d /games/awele | |
parent | c45a08247a84661ec2b3fb3802d2587af6ede8e6 (diff) | |
download | freebsd-ports-gnome-8e0f85cdcd9ce95ca840d0267352282e0cd2e752.tar.gz freebsd-ports-gnome-8e0f85cdcd9ce95ca840d0267352282e0cd2e752.tar.zst freebsd-ports-gnome-8e0f85cdcd9ce95ca840d0267352282e0cd2e752.zip |
Add build depends on tcl and tk.
Diffstat (limited to 'games/awele')
-rw-r--r-- | games/awele/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index f529926e65d6..039a758f0395 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -17,7 +17,10 @@ DISTFILES= ${PORTNAME}1.0.tgz MAINTAINER= tg@FreeBSD.org COMMENT= An african board game -USE_TK= yes +LIB_DEPENDS= tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK} + +USE_TCL_BUILD= 84 +USE_TK= 84 WRKSRC= ${WRKDIR}/awele USE_IMAKE= yes USE_PERL5_BUILD=yes |