aboutsummaryrefslogtreecommitdiff
path: root/graphics/agg
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-31 13:27:42 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-31 13:27:42 +0000
commit5d4e926ab179be81c30a6d89ff294724c75b9f36 (patch)
treeab8c8b3d63523cc04373a8305be4efa3412e4d8d /graphics/agg
parenta58bf2d41895cd5be254e04d1f21ccd29a4168db (diff)
downloadports-5d4e926ab179be81c30a6d89ff294724c75b9f36.tar.gz
ports-5d4e926ab179be81c30a6d89ff294724c75b9f36.zip
- s/USE_X_LIB/USE_XLIB/ in unmaintained ports
Noticed by: gabor
Notes
Notes: svn path=/head/; revision=198586
Diffstat (limited to 'graphics/agg')
-rw-r--r--graphics/agg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index e8b5b8abb51d..68c61b96094d 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -17,7 +17,7 @@ COMMENT= A High Quality Rendering Engine for C++
GNU_CONFIGURE= yes
USE_SDL= sdl
-USE_X_LIB= yes
+USE_XLIB= yes
USE_GNOME= pkgconfig gnomehack
USE_GMAKE= yes
USE_LDCONFIG= yes