diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:53:41 +0000 |
commit | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (patch) | |
tree | e335caa03dfa0972b42ee08e49dee9136104c8a5 /games/hexxagon | |
parent | - Convert to new LIB_DEPENDS format (diff) |
Convert my ports to USES=tar
Notes
Notes:
svn path=/head/; revision=353800
Diffstat (limited to 'games/hexxagon')
-rw-r--r-- | games/hexxagon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 4482e426b552..c46f8b693ace 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -11,8 +11,7 @@ COMMENT= Strategy hexagon game LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ |