diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 20:06:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 20:06:02 +0000 |
commit | c5f7ff3b7a4dee069f5c5797229c7f076a8421c0 (patch) | |
tree | af7bf67a257880a64bd3ffb8b9d716b6e384cf01 /graphics/agg | |
parent | 9095b71f5aeb56b96fc6d5120afd1b2b0624d390 (diff) | |
download | ports-c5f7ff3b7a4dee069f5c5797229c7f076a8421c0.tar.gz ports-c5f7ff3b7a4dee069f5c5797229c7f076a8421c0.zip |
Notes
Diffstat (limited to 'graphics/agg')
-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 9af7ba9dc2ae..c99393a0d1fd 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -7,7 +7,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ @@ -17,7 +17,7 @@ COMMENT= A High Quality Rendering Engine for C++ GNU_CONFIGURE= yes USE_SDL= sdl -USE_XLIB= yes +USE_XORG= x11 USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes USE_LDCONFIG= yes |