diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 04:42:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 04:42:38 +0800 |
commit | 00820f555cca8eab9f8edc70cc8a1d73c92a9ed8 (patch) | |
tree | 384c9432d138c3956ae11f8e8f3a9e8f703276d5 /games/caph | |
parent | f383441b64eb856f9f44e5c066a4c188a070a4b1 (diff) | |
download | freebsd-ports-gnome-00820f555cca8eab9f8edc70cc8a1d73c92a9ed8.tar.gz freebsd-ports-gnome-00820f555cca8eab9f8edc70cc8a1d73c92a9ed8.tar.zst freebsd-ports-gnome-00820f555cca8eab9f8edc70cc8a1d73c92a9ed8.zip |
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Diffstat (limited to 'games/caph')
-rw-r--r-- | games/caph/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/caph/Makefile b/games/caph/Makefile index 69a575cb1312..de1ab070a499 100644 --- a/games/caph/Makefile +++ b/games/caph/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= iconv -USE_BZIP2= yes +USES= tar:bzip2 iconv USE_SDL= sdl USE_GL= gl |