diff options
author | mva <mva@FreeBSD.org> | 2014-01-18 12:20:08 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-01-18 12:20:08 +0000 |
commit | d7c0d95bceaa89320aba176efbe6b0ffe345c6db (patch) | |
tree | d1460cea74e320b34bf15e5d172971865ae99a7f | |
parent | 8c1e0fb8bc411dd45c95a551939b402a019345a6 (diff) | |
download | FreeBSD-ports-d7c0d95bceaa89320aba176efbe6b0ffe345c6db.zip FreeBSD-ports-d7c0d95bceaa89320aba176efbe6b0ffe345c6db.tar.gz |
- Enable stagedir support
- Add LICENSE
-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 5045e6d..e1bdcff 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|' \ |