Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 14:47:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388702 - head/math/geg
Message-ID:  <201506071447.t57El7sT098238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jun  7 14:47:06 2015
New Revision: 388702
URL: https://svnweb.freebsd.org/changeset/ports/388702

Log:
  - Switch to USES=autoreconf

Modified:
  head/math/geg/Makefile

Modified: head/math/geg/Makefile
==============================================================================
--- head/math/geg/Makefile	Sun Jun  7 14:46:31 2015	(r388701)
+++ head/math/geg/Makefile	Sun Jun  7 14:47:06 2015	(r388702)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071447.t57El7sT098238>