diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
commit | 50179d15670aa6b75dfa5fa9f59ee1ea0492b31d (patch) | |
tree | cbb2bb5845d1a05660a0b1b05a9d0ced2987a82a /graphics/gtkdps | |
parent | 5301793045be4cb5eff06ae7364ea01dddc056c5 (diff) | |
download | ports-50179d15670aa6b75dfa5fa9f59ee1ea0492b31d.tar.gz ports-50179d15670aa6b75dfa5fa9f59ee1ea0492b31d.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 56499466d9ea..663e9e79969d 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" |