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