summaryrefslogtreecommitdiff
path: root/x11/xfce
diff options
context:
space:
mode:
authoragc <agc>2000-07-11 10:39:05 +0000
committeragc <agc>2000-07-11 10:39:05 +0000
commitaeea74915701bb8f42133c42bae5228a9ba5ac73 (patch)
treed99de04fdacdb2790cb6183055cdc97ff22d9110 /x11/xfce
parent371467ece3f29776101e66dbdc155cc003f9313f (diff)
downloadpkgsrc-aeea74915701bb8f42133c42bae5228a9ba5ac73.tar.gz
Use pkg_info(1) to find out the prefix of the installed imlib package,
rather than using a hardcoded best guess.
Diffstat (limited to 'x11/xfce')
-rw-r--r--x11/xfce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile
index 590dc3c1ff2..c02271a6342 100644
--- a/x11/xfce/Makefile
+++ b/x11/xfce/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/07/11 09:31:33 agc Exp $
+# $NetBSD: Makefile,v 1.7 2000/07/11 10:39:05 agc Exp $
DISTNAME= xfce-3.3.1
CATEGORIES= x11
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= XFCE_LOCALE_DIR=${PREFIX}/share/locale
CONFIGURE_ARGS+=--without-included-gettext \
--datadir=${PREFIX}/share \
- --with-imlib=${X11BASE} \
+ --with-imlib=`${PKG_INFO} -qp imlib | ${AWK} '{print $$2}'` \
--with-xpm=`${PKG_INFO} -qp xpm | ${AWK} '{print $$2}'`
USE_GMAKE= yes