diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-12 21:54:04 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-04-12 21:54:04 +0000 |
commit | 4ed222056bca4eb8b26b2fd905c990d1eea2faa2 (patch) | |
tree | e8b72f7bdc9d3e380ddcb82698f8b5684619de5b /devel | |
parent | 30efa1f5afc36c1b84c0e6ff93f4f8ac62090764 (diff) | |
download | pkgsrc-4ed222056bca4eb8b26b2fd905c990d1eea2faa2.tar.gz |
fix path to Qt.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cervisia/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index 2378996b94f..aa95f82df76 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/24 02:12:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/12 21:54:04 dmcmahill Exp $ # DISTNAME= cervisia-0.5.0 @@ -14,8 +14,9 @@ DEPENDS+= cvs-1.10:../../devel/cvs USE_X11BASE= yes # To get this near KDE GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt \ - --with-qt-libraries=${X11BASE}/lib \ +CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt1" +CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/qt1/include \ + --with-qt-libraries=${X11BASE}/qt1/lib \ --with-extra-includes=${LOCALBASE}/include \ --with-extra-libs=${LOCALBASE}/lib |