diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-01-18 12:20:08 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-01-18 12:20:08 +0000 |
commit | ddd28d0d68e6cf2409f73ebdb6e61c04cb6f270b (patch) | |
tree | d1460cea74e320b34bf15e5d172971865ae99a7f /net/sdl_net | |
parent | e612bb8e188ba5be423e7f5c87e54040b47e6f5d (diff) | |
download | ports-ddd28d0d68e6cf2409f73ebdb6e61c04cb6f270b.tar.gz ports-ddd28d0d68e6cf2409f73ebdb6e61c04cb6f270b.zip |
Notes
Diffstat (limited to 'net/sdl_net')
-rw-r--r-- | net/sdl_net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 5045e6dff50b..e1bdcffa3c40 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -8,7 +8,9 @@ MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} MAINTAINER= mva@FreeBSD.org -COMMENT= A small sample cross-platform networking library +COMMENT= Small sample cross-platform networking library + +LICENSE= ZLIB USE_AUTOTOOLS= libtool USE_SDL= sdl @@ -18,7 +20,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--disable-gui -NO_STAGE= yes post-configure: @${REINPLACE_CMD} -e \ 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ |