aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-21 04:06:02 +0800
committermiwi <miwi@FreeBSD.org>2008-03-21 04:06:02 +0800
commita307b09add227621d51088de19dcad97fce92dd4 (patch)
tree784f28f59704a27b52c51fbde0ac0788fa34f5d7 /graphics
parent46bfc80104c62ec02fab12f29defeab546c710c1 (diff)
downloadfreebsd-ports-gnome-a307b09add227621d51088de19dcad97fce92dd4.tar.gz
freebsd-ports-gnome-a307b09add227621d51088de19dcad97fce92dd4.tar.zst
freebsd-ports-gnome-a307b09add227621d51088de19dcad97fce92dd4.zip
- Switch from USE_XLIB to USE_XORG
PR: 121888 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/agg/Makefile4
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