summaryrefslogtreecommitdiff
path: root/devel/cervisia
diff options
context:
space:
mode:
authoragc <agc>2000-07-10 15:08:13 +0000
committeragc <agc>2000-07-10 15:08:13 +0000
commit5f6ab6d9eaf43883d17524072f2c006e5376e3ee (patch)
tree4049372601c8df738c9d8100ec5b6c62cb36e7ae /devel/cervisia
parent99d511ce80e5a4a23cf9ac5fcb295524f2b47e7b (diff)
downloadpkgsrc-5f6ab6d9eaf43883d17524072f2c006e5376e3ee.tar.gz
Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
Diffstat (limited to 'devel/cervisia')
-rw-r--r--devel/cervisia/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile
index aa95f82df76..eca198a13c7 100644
--- a/devel/cervisia/Makefile
+++ b/devel/cervisia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/04/12 21:54:04 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2000/07/10 15:08:15 agc Exp $
#
DISTNAME= cervisia-0.5.0
@@ -14,9 +14,9 @@ DEPENDS+= cvs-1.10:../../devel/cvs
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt1"
-CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/qt1/include \
- --with-qt-libraries=${X11BASE}/qt1/lib \
+CONFIGURE_ENV+= "QTDIR=`${PKG_INFO} -qp qt1 | ${AWK} '{ print $$2 }'`/qt1"
+CONFIGURE_ARGS+=--with-qt-includes=`${PKG_INFO} -qp qt1 | ${AWK} '{ print $$2 }'`/qt1/include \
+ --with-qt-libraries=`${PKG_INFO} -qp qt1 | ${AWK} '{ print $$2 }'`/qt1/lib \
--with-extra-includes=${LOCALBASE}/include \
--with-extra-libs=${LOCALBASE}/lib