diff options
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r-- | emulators/x48/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 18afd6e..2785a9b 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -18,13 +18,12 @@ LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/misc/7x14B-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc \ ${LOCALBASE}/lib/X11/fonts/75dpi/helvR12-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-75dpi -USE_BZIP2= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --add-missing --copy -Wno-portability ACLOCAL_ARGS= # default args (--acdir=...) produce broken configure script CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -lutil -USES= gmake pkgconfig +USES= gmake pkgconfig tar:bzip2 USE_XORG= x11 xext xt NO_WRKSUBDIR= yes |