aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gtkdps
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r--graphics/gtkdps/Makefile4
1 files changed, 2 insertions, 2 deletions
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"