aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-29 19:37:03 +0800
committerbapt <bapt@FreeBSD.org>2015-03-29 19:37:03 +0800
commit38326e888de0f861c5483bbd0c76c209ea06af9d (patch)
tree0befdbd13c9d58726d858867c12e1116bd2a2325
parent5b131e0f98a95c1f6516c601470ab2b15385453c (diff)
downloadfreebsd-ports-gnome-38326e888de0f861c5483bbd0c76c209ea06af9d.tar.gz
freebsd-ports-gnome-38326e888de0f861c5483bbd0c76c209ea06af9d.tar.zst
freebsd-ports-gnome-38326e888de0f861c5483bbd0c76c209ea06af9d.zip
Convert to USES=autoreconf
-rw-r--r--graphics/iulib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile
index 956b00031647..94cfdb298a9f 100644
--- a/graphics/iulib/Makefile
+++ b/graphics/iulib/Makefile
@@ -20,10 +20,9 @@ OPTIONS_DEFINE= SDL VIDIO
SDL_DESC= Enable SDL for graphical debugging
VIDIO_DESC= Enable Video Input/Output (using ffmpeg)
-USES= libtool python:build tar:tgz
+USES= autoreconf libtool python:build tar:tgz
USE_GCC= any
-USE_AUTOTOOLS= libtoolize aclocal automake autoconf
-AUTOMAKE_ARGS= --add-missing
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib