aboutsummaryrefslogtreecommitdiff
path: root/net/sdl2_net
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdl2_net')
-rw-r--r--net/sdl2_net/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile
index b4da29d835a5..d19717eb8ea1 100644
--- a/net/sdl2_net/Makefile
+++ b/net/sdl2_net/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sdl2_net
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
DISTNAME= SDL2_net-${PORTVERSION}
@@ -9,14 +10,14 @@ DISTNAME= SDL2_net-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= A small sample cross-platform networking library
+LICENSE= ZLIB
+
USE_AUTOTOOLS= libtool
USE_SDL= sdl2
-USES= pathfix pkgconfig:build
-USE_GMAKE= yes
+USES= pathfix pkgconfig:build gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--disable-gui
-NO_STAGE= yes
.include <bsd.port.mk>