diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:13:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:13:49 +0000 |
commit | 05aae1db6f8b914a81f9e59cb6d216ae7a76b5ac (patch) | |
tree | 60f5dc0810812c5507c45c65ec33e95d38aa25b1 /emulators | |
parent | 02ad0381136a26bd4df99ee3b3a7364a045bb829 (diff) | |
download | ports-05aae1db6f8b914a81f9e59cb6d216ae7a76b5ac.tar.gz ports-05aae1db6f8b914a81f9e59cb6d216ae7a76b5ac.zip |
Notes
Diffstat (limited to 'emulators')
-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 |