diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-01 15:11:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-01 15:11:59 +0000 |
commit | b58442fd4b0b45bfcd695968fa462d0a025e3c5b (patch) | |
tree | 03b9c7067357d77897399c085c48d36d3a8a076f /graphics/sdl_ttf | |
parent | 80394815102ab567f908911ad31ee3a5494efadf (diff) |
Notes
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index c2c54e68c720..8bf888c24a1b 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} @@ -15,9 +15,8 @@ LICENSE= ZLIB LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_AUTOTOOLS= libtool +USES= gmake iconv libtool:oldver pathfix pkgconfig USE_SDL= sdl -USES= gmake iconv pathfix pkgconfig USE_XORG= x11 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |