diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 23:35:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 23:35:06 +0000 |
commit | bfd819d4405cbe1772b510aab613a0daac45d15e (patch) | |
tree | 27df990b91ce626b2713bdb1974d6de8c2e406ac /graphics | |
parent | 2f788bdc6664d86be54833b64149ce80fff1ab2e (diff) | |
download | ports-bfd819d4405cbe1772b510aab613a0daac45d15e.tar.gz ports-bfd819d4405cbe1772b510aab613a0daac45d15e.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=360315
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/guilib/Makefile | 6 | ||||
-rw-r--r-- | graphics/guilib/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 9c6e265c6386..7e8e34484f52 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -3,7 +3,7 @@ PORTNAME= guilib PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} @@ -12,10 +12,10 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Simple GUI framework for use with SDL USE_SDL= sdl -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env +USE_AUTOTOOLS= aclocal:env post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ diff --git a/graphics/guilib/pkg-plist b/graphics/guilib/pkg-plist index 53ec3391777e..201d9586e051 100644 --- a/graphics/guilib/pkg-plist +++ b/graphics/guilib/pkg-plist @@ -15,7 +15,7 @@ include/GUI/GUI_widgets.h include/GUI/GUI_output.h include/GUI/GUI_loadimage.h lib/libGUI.a -lib/libGUI.la lib/libGUI.so lib/libGUI.so.0 +lib/libGUI.so.0.0.0 @dirrm include/GUI |