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 /sysutils/xfce4-mcs-plugins/Makefile | |
parent | 64c864fb4fba5a1c49230c62da02ccc5910340db (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-mcs-plugins/Makefile')
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index cf22c1383bc4..d50718280974 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -28,8 +28,8 @@ USE_GNOME= gtk20 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> |