diff options
Diffstat (limited to 'graphics/guilib/Makefile')
-rw-r--r-- | graphics/guilib/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 15cb5f044ef9..731bfb0f1da7 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -6,8 +6,7 @@ # PORTNAME= guilib -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} @@ -19,11 +18,15 @@ USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:19 post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/Makefile.in +post-configure: + @${REINPLACE_CMD} -e 's|^ACLOCAL =.*|ACLOCAL = ${ACLOCAL}|g' ${WRKSRC}/Makefile + .include <bsd.port.mk> |