diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-19 22:20:27 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-19 22:20:27 +0800 |
commit | d8d2a0539d192d07ae217d0c542988e8ce5ea5ec (patch) | |
tree | 9cb1974f7fa790f7dfc85e1c4098a3069e6eef21 /games/awele | |
parent | 13c45d1935149749f9aaa95013eeb3b01612b165 (diff) | |
download | freebsd-ports-gnome-d8d2a0539d192d07ae217d0c542988e8ce5ea5ec.tar.gz freebsd-ports-gnome-d8d2a0539d192d07ae217d0c542988e8ce5ea5ec.tar.zst freebsd-ports-gnome-d8d2a0539d192d07ae217d0c542988e8ce5ea5ec.zip |
- Convert to USES=tk
Diffstat (limited to 'games/awele')
-rw-r--r-- | games/awele/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index d4125414d565..b1df67e626a4 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -14,12 +14,8 @@ COMMENT= African board game WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake tk USE_XORG= x11 -USE_TCL_BUILD= yes -USE_TK_BUILD= yes -USE_TCL= yes -USE_TK= yes MAN6= xawele.6 PLIST_FILES= bin/awelewish bin/xawele |