Date: Sat, 18 Jan 2014 12:20:08 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340168 - head/net/sdl_net Message-ID: <201401181220.s0ICK9CB039834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sat Jan 18 12:20:08 2014 New Revision: 340168 URL: http://svnweb.freebsd.org/changeset/ports/340168 QAT: https://qat.redports.org/buildarchive/r340168/ Log: - Enable stagedir support - Add LICENSE Modified: head/net/sdl_net/Makefile (contents, props changed) Modified: head/net/sdl_net/Makefile ============================================================================== --- head/net/sdl_net/Makefile Sat Jan 18 11:12:17 2014 (r340167) +++ head/net/sdl_net/Makefile Sat Jan 18 12:20:08 2014 (r340168) @@ -8,7 +8,9 @@ MASTER_SITES= http://www.libsdl.org/proj 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|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401181220.s0ICK9CB039834>