Index: head/devel/styx/Makefile =================================================================== --- head/devel/styx/Makefile (revision 382586) +++ head/devel/styx/Makefile (revision 382587) @@ -1,25 +1,23 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= styx PORTVERSION= 1.6.1 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.speculate.de/styx/ MAINTAINER= ports@FreeBSD.org COMMENT= Scanner/parser generator -USE_AUTOTOOLS= aclocal autoconf automake libtoolize -AUTOMAKE_ARGS= --add-missing -USES= gmake iconv libtool +USES= autoreconf gmake iconv libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= EXAMPLES DOCS .include