diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 03:10:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 03:10:57 +0800 |
commit | 3fbfb894164bde46edff75fe0a5ebd403854eb7b (patch) | |
tree | 21ab2136b1368455aa8151cc2755abb57b4bdb4e /games | |
parent | 79773835b2bacb49fddf231c7fdbe60f54786d51 (diff) | |
download | freebsd-ports-gnome-3fbfb894164bde46edff75fe0a5ebd403854eb7b.tar.gz freebsd-ports-gnome-3fbfb894164bde46edff75fe0a5ebd403854eb7b.tar.zst freebsd-ports-gnome-3fbfb894164bde46edff75fe0a5ebd403854eb7b.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/gillo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile index cca67eae79dc..1c403d5c9445 100644 --- a/games/gillo/Makefile +++ b/games/gillo/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${JAM}:${PORTSDIR}/devel/jam \ WRKSRC= ${WRKDIR}/${PORTNAME} -USE_BZIP2= yes +USES= tar:bzip2 USE_GL= gl USE_SDL= yes |