diff options
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r-- | emulators/x48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 14b863743ec1..58b3e908a5b1 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing --copy -Wno-portability ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS=-lutil -USE_GMAKE= yes +USES= gmake pkgconfig USE_XORG= x11 xext xt NO_WRKSUBDIR= yes |