diff options
Diffstat (limited to 'graphics/guilib/Makefile')
-rw-r--r-- | graphics/guilib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 0d4dce3d1c00..04a0961055d0 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -6,8 +6,7 @@ # PORTNAME= guilib -PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTVERSION= 1.1.2 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} @@ -18,13 +17,12 @@ COMMENT= A very simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes 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 - @${CHMOD} a+x ${WRKSRC}/ltconfig .include <bsd.port.mk> |