aboutsummaryrefslogtreecommitdiff
path: root/graphics/guilib/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /graphics/guilib/Makefile
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'graphics/guilib/Makefile')
-rw-r--r--graphics/guilib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile
index bfaff19b9925..0d4dce3d1c00 100644
--- a/graphics/guilib/Makefile
+++ b/graphics/guilib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= guilib
PORTVERSION= 1.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
DISTNAME= GUIlib-${PORTVERSION}
@@ -17,7 +17,7 @@ COMMENT= A very simple GUI framework for use with SDL
USE_SDL= sdl
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
@@ -25,5 +25,6 @@ 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>