diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-05 07:50:51 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-05 07:50:51 +0000 |
commit | a5e54a5dad762fa8a68cbcdaba8762124109b6db (patch) | |
tree | 9a5021a885e45d2ab4f9dc02993af91c1dced080 /x11 | |
parent | - Update to 0.25 (diff) |
- Respect X11BASE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=178918
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libexo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 2ccbdbd83d40..4418293328c7 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include USE_GNOME= glib20 USE_LDCONFIG= yes |