diff options
-rw-r--r-- | graphics/guilib/Makefile | 20 | ||||
-rw-r--r-- | graphics/guilib/distinfo | 2 |
2 files changed, 5 insertions, 17 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index b2b7161149bc..a0b6066de86c 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -6,8 +6,7 @@ # PORTNAME= guilib -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} @@ -15,21 +14,10 @@ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A very simple GUI framework for use with SDL -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - -USE_LIBTOOL= yes +USE_SDL= yes USE_GMAKE= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" - -post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|-release \$$\(LT_RELEASE\)||g' - -post-configure: - @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool .include <bsd.port.mk> diff --git a/graphics/guilib/distinfo b/graphics/guilib/distinfo index 6079bb586d76..ae7e4d17a0cc 100644 --- a/graphics/guilib/distinfo +++ b/graphics/guilib/distinfo @@ -1 +1 @@ -MD5 (GUIlib-1.1.0.tar.gz) = 53d85d67e590d5deb5136230eac1089f +MD5 (GUIlib-1.1.1.tar.gz) = 9d5d88cdb42dd8611e31f5e3f8a3084e |