diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 19:37:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 19:37:03 +0800 |
commit | 38326e888de0f861c5483bbd0c76c209ea06af9d (patch) | |
tree | 0befdbd13c9d58726d858867c12e1116bd2a2325 | |
parent | 5b131e0f98a95c1f6516c601470ab2b15385453c (diff) | |
download | freebsd-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/Makefile | 5 |
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 |