diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-12 17:49:06 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-12 17:49:06 +0800 |
commit | 16ea4dd5a8d8e37ec504443693fda66d7340f6ea (patch) | |
tree | 8e2d643feb04654b8bf5f510f6dd42b4d767ae03 /games/xchadance | |
parent | d17874dc5dcb4c3b59645d6bc71480b475762237 (diff) | |
download | freebsd-ports-gnome-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.tar.gz freebsd-ports-gnome-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.tar.zst freebsd-ports-gnome-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.zip |
Convert to USES=lha
Diffstat (limited to 'games/xchadance')
-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 |