diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-05 15:50:51 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-05 15:50:51 +0800 |
commit | b315d4a003f576fa71e8a773356fa8c661ce0a47 (patch) | |
tree | 21ded60f86f663a0c7ae018b481d7d0107ee8c03 /x11/libexo | |
parent | c62730065c71bc1ce0fc06800cb05ee41b1c308a (diff) | |
download | freebsd-ports-gnome-b315d4a003f576fa71e8a773356fa8c661ce0a47.tar.gz freebsd-ports-gnome-b315d4a003f576fa71e8a773356fa8c661ce0a47.tar.zst freebsd-ports-gnome-b315d4a003f576fa71e8a773356fa8c661ce0a47.zip |
- Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'x11/libexo')
-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 |