diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-03-24 20:14:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-03-24 20:14:48 +0000 |
commit | f62861b9cbdcc1ebab06ab3f95afe8aa0431ecc6 (patch) | |
tree | 70013f6945a142610ab3bf70b787def84a09e911 /graphics | |
parent | archivers/py-xopen: Upgrade to 0.5.0 (diff) |
- restore order in USES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 5db535c5d379..c1da1625e0c3 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -26,8 +26,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ CONFLICTS= gnash-devel-[0-9]* -USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gl \ - gmake gnome jpeg libtool pkgconfig tar:bzip2 +USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \ + pkgconfig jpeg gnome gl desktop-file-utils CPE_VENDOR= gnu GNU_CONFIGURE= yes WANT_GSTREAMER= yes |