From 29695acf617eada1fa621743bde6d27229a8235c Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 30 Mar 2008 09:36:46 +0000 Subject: - clean X11BASE --- graphics/gtkdps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/gtkdps') diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 56499466d9e..663e9e79969 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -23,8 +23,8 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ - --with-dps-libraries=${X11BASE}/lib +CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \ + --with-dps-libraries=${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -- cgit