diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sdl_net/Makefile | 14 | ||||
-rw-r--r-- | net/sdl_net/pkg-plist | 5 |
2 files changed, 7 insertions, 12 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index e1bdcffa3c40..84c39bc42bfc 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl_net PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} @@ -12,17 +13,12 @@ COMMENT= Small sample cross-platform networking library LICENSE= ZLIB -USE_AUTOTOOLS= libtool -USE_SDL= sdl -USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes +USE_SDL= sdl -CONFIGURE_ARGS+=--disable-gui - -post-configure: - @${REINPLACE_CMD} -e \ - 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ - ${WRKSRC}/libtool +CONFIGURE_ARGS= --disable-gui .include <bsd.port.mk> diff --git a/net/sdl_net/pkg-plist b/net/sdl_net/pkg-plist index 05afd11a3dde..2669c041cb0b 100644 --- a/net/sdl_net/pkg-plist +++ b/net/sdl_net/pkg-plist @@ -1,8 +1,7 @@ include/SDL/SDL_net.h -lib/libSDL_net-1.2.so -lib/libSDL_net-1.2.so.8 +lib/libSDL_net-1.2.so.0 +lib/libSDL_net-1.2.so.0.8.0 lib/libSDL_net.a -lib/libSDL_net.la lib/libSDL_net.so libdata/pkgconfig/SDL_net.pc @dirrmtry include/SDL |