diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 16:19:17 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-03 16:19:17 +0000 |
commit | 2831625c5d951d93b52adfcaf3ed852d92b1a99c (patch) | |
tree | 2227ccf631378092f64d7a27a609f9b8c88dc788 /emulators/vice/Makefile | |
parent | science/pulseview: Remove unnecessary RUN_DEPENDS (diff) |
- fix order in USES
Diffstat (limited to '')
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index f199502da033..35a075c8f0c6 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ RESTRICTED= ROMs are copyrighted by Commodore Business Machines -USES= iconv:patch pkgconfig gmake makeinfo +USES= iconv:patch gmake pkgconfig makeinfo USE_XORG= xpm ice sm xext xv xt x11 xmu USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes GNU_CONFIGURE= yes |