diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-27 16:49:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-27 16:49:49 +0000 |
commit | 9b0532b613e0ba7112aa9776b035a594614b2024 (patch) | |
tree | 6719713782b7433195ce53662f4a5f90b7649977 /x11-wm/xfce4-panel | |
parent | 64c864fb4fba5a1c49230c62da02ccc5910340db (diff) | |
download | ports-9b0532b613e0ba7112aa9776b035a594614b2024.tar.gz ports-9b0532b613e0ba7112aa9776b035a594614b2024.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index d9a72de184ec..305d22aa7196 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -29,8 +29,8 @@ USE_GNOME= gtk20 gnomehack GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${X11BASE}/lib" \ + CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS=-L${LOCALBASE}/lib .include <bsd.port.mk> |