diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-04-06 14:18:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-04-06 14:18:04 +0000 |
commit | 1c353c36b4b3bea311819fbe90900bcf86afb23d (patch) | |
tree | 5a0d5a7a876eaba64c02897b1fa5c0c04a1ea77b /graphics/gnash/Makefile | |
parent | 3369d19fb326bb46c206648826f80efe543979f0 (diff) |
- add USES=tar:bzip2
Notes
Notes:
svn path=/head/; revision=350358
Diffstat (limited to 'graphics/gnash/Makefile')
-rw-r--r-- | graphics/gnash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index c926c3e61df3..25a74d8f426a 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ CONFLICTS= gnash-devel-[0-9]* -USE_BZIP2= yes -USES= gmake pkgconfig +USES= tar:bzip2 pkgconfig gmake USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes WANT_SDL= yes |