aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/paragui-devel
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/paragui-devel')
-rw-r--r--x11-toolkits/paragui-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile
index be8caf3e868c..3888ef39f72d 100644
--- a/x11-toolkits/paragui-devel/Makefile
+++ b/x11-toolkits/paragui-devel/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs \
USE_X_PREFIX= yes
USE_REINPLACE= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_SDL= sdl image ttf
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
@@ -47,6 +47,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \
s|lib/pkgconfig|libdata/pkgconfig|g ; \
- s|-L[./]*../src|&/.libs |g'
+ s|-L[./]*../src|&/.libs |g ; \
+ s|-release $$(LT_RELEASE)||g'
.include <bsd.port.post.mk>