diff options
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b5d13ab415ad..d8ebe60c2d28 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -30,8 +30,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libgnutls.so:security/gnutls RESTRICTED= ROMs are copyrighted by Commodore Business Machines -USES= compiler:c++11-lang gettext gmake iconv:wchar_t jpeg \ - localbase:ldflags makeinfo pkgconfig readline xorg +USES= compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \ + gmake iconv:wchar_t jpeg readline gettext xorg USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes HAS_CONFIGURE= yes |