diff options
Diffstat (limited to 'graphics/libvisual04')
-rw-r--r-- | graphics/libvisual04/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index ce7820530c56..c8d61cb3f178 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -20,7 +20,7 @@ COMMENT= Abstraction library that sits between apps and visual plugin USE_XLIBS= yes USE_GNOME= gnomehack pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |