diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-12 17:49:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-12 17:49:06 +0800 |
commit | 625619956328bd955ba053174663c52190522f76 (patch) | |
tree | 8e2d643feb04654b8bf5f510f6dd42b4d767ae03 /games | |
parent | 7ef0e3435d016ed27e14fe0dbd7acdbbd842efa8 (diff) | |
download | freebsd-ports-gnome-625619956328bd955ba053174663c52190522f76.tar.gz freebsd-ports-gnome-625619956328bd955ba053174663c52190522f76.tar.zst freebsd-ports-gnome-625619956328bd955ba053174663c52190522f76.zip |
Convert to USES=lha
Diffstat (limited to 'games')
-rw-r--r-- | games/xchadance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xchadance/Makefile b/games/xchadance/Makefile index 3959dc2146d6..33e404f79b24 100644 --- a/games/xchadance/Makefile +++ b/games/xchadance/Makefile @@ -11,7 +11,7 @@ DISTFILES= xchada01.lzh MAINTAINER= motoyuki@FreeBSD.org COMMENT= Display a dancing girl "ChaCha." -USE_LHA= yes +USES= lha USE_XORG= x11 MAKEFILE= makefile NO_WRKSUBDIR= yes |