diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 22:13:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 22:13:49 +0800 |
commit | d55589c233aa2c31d030ecc8501a888263b74d3c (patch) | |
tree | 60f5dc0810812c5507c45c65ec33e95d38aa25b1 | |
parent | 397ff40c38b218022643da747ebcc75e73d6c409 (diff) | |
download | freebsd-ports-gnome-d55589c233aa2c31d030ecc8501a888263b74d3c.tar.gz freebsd-ports-gnome-d55589c233aa2c31d030ecc8501a888263b74d3c.tar.zst freebsd-ports-gnome-d55589c233aa2c31d030ecc8501a888263b74d3c.zip |
Convert to USES=autoreconf
-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 |