diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-06 14:58:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-06 14:58:49 +0000 |
commit | 5d5825a2b7153a240ca99124c0dba8d18f788dfd (patch) | |
tree | fc107d77712eac1c5b321ae9f196350ac4d51b1b /graphics/agg/Makefile | |
parent | 51cbd48c0b8fa7be14b7ef8ed7b91e268478e015 (diff) | |
download | ports-5d5825a2b7153a240ca99124c0dba8d18f788dfd.tar.gz ports-5d5825a2b7153a240ca99124c0dba8d18f788dfd.zip |
Notes
Diffstat (limited to 'graphics/agg/Makefile')
-rw-r--r-- | graphics/agg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 87754ec33e51..45a76a7b4c8c 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -3,7 +3,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 USE_XORG= x11 -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_SDL= sdl USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |