- Switch to USES=autoreconf

This commit is contained in:
Dmitry Marakasov 2015-06-07 14:47:06 +00:00
parent dee1ffa610
commit 60075bc93c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388702

View File

@ -12,15 +12,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Visualise multiple 2D-functions of one variable
USE_GNOME= gtk12
USE_AUTOTOOLS= automake autoconf
AUTOMAKE_ARGS= -a -i
USES= autoreconf
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/geg \
man/man1/geg.1.gz
pre-configure:
@(cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal)
.include <bsd.port.mk>