diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-28 18:35:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-28 18:35:28 +0000 |
commit | b431f8d9f00a207d7ae3d4a945cbc93d34f4691f (patch) | |
tree | ee7feba6218782a063d3216a690cad8560770f27 /graphics/agg | |
parent | 291cc51b340864f68a504bea04981cc84aaee07e (diff) | |
download | ports-b431f8d9f00a207d7ae3d4a945cbc93d34f4691f.tar.gz ports-b431f8d9f00a207d7ae3d4a945cbc93d34f4691f.zip |
Notes
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index c99393a0d1fd..9c892be1b5d1 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -7,7 +7,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ @@ -15,6 +15,8 @@ MASTER_SITES= http://www.antigrain.com/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A High Quality Rendering Engine for C++ +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + GNU_CONFIGURE= yes USE_SDL= sdl USE_XORG= x11 |