summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc>2000-07-11 10:39:05 +0000
committeragc <agc>2000-07-11 10:39:05 +0000
commit252312848d632ff0c494b0fba8e8e804545ad2e3 (patch)
treed99de04fdacdb2790cb6183055cdc97ff22d9110 /x11
parent73e03651f24bd2a271f63dc0960fe5dae995cb11 (diff)
downloadpkgsrc-252312848d632ff0c494b0fba8e8e804545ad2e3.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')
-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