diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 09:59:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 09:59:01 +0000 |
commit | b3e4e19ddced293c5d1147a3172d522b4a807708 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /emulators | |
parent | eaa56b6fc08ef5b5a1500ce02bed6585015cad94 (diff) | |
download | ports-b3e4e19ddced293c5d1147a3172d522b4a807708.tar.gz ports-b3e4e19ddced293c5d1147a3172d522b4a807708.zip |
Notes
Diffstat (limited to 'emulators')
-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 |