diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-30 17:36:46 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-30 17:36:46 +0800 |
commit | 29695acf617eada1fa621743bde6d27229a8235c (patch) | |
tree | 6f41629b39837b538f2bb10d640385a06d50ff50 /graphics/gtkdps | |
parent | c9bad984c6b0d07b0b31454d0fb4bfbc21b6ee14 (diff) | |
download | freebsd-ports-graphics-29695acf617eada1fa621743bde6d27229a8235c.tar.gz freebsd-ports-graphics-29695acf617eada1fa621743bde6d27229a8235c.tar.zst freebsd-ports-graphics-29695acf617eada1fa621743bde6d27229a8235c.zip |
- clean X11BASE
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 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" |