diff options
author | skrll <skrll> | 2000-10-22 09:20:18 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-10-22 09:20:18 +0000 |
commit | bd48e22af7dc12baa092e8d7a58057e657799980 (patch) | |
tree | fc16dfc41975683713651a8d955a8b2964a6719a | |
parent | 213d4cabdc0ac7ebc204999dceaa8a840793c218 (diff) | |
download | pkgsrc-bd48e22af7dc12baa092e8d7a58057e657799980.tar.gz |
Correct EVAL_PREFIX entry.
-rw-r--r-- | cad/vipec/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 4 | ||||
-rw-r--r-- | x11/ebuilder/Makefile | 4 | ||||
-rw-r--r-- | x11/qtarch/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile index 43bec7b6b20..ebe25b13187 100644 --- a/cad/vipec/Makefile +++ b/cad/vipec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/10/19 08:06:09 skrll Exp $ +# $NetBSD: Makefile,v 1.20 2000/10/22 09:20:18 skrll Exp $ # DISTNAME= vipec-2.0.4 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_X11= yes -EVAL_PREFIX+= QT2DIR=qt2 +EVAL_PREFIX+= QT2DIR=qt2-libs # make sure configure finds png CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= "QTDIR=${QT2DIR}/qt2" \ diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 87c48f716b4..7916ff9e823 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/10/19 08:06:56 skrll Exp $ +# $NetBSD: Makefile,v 1.23 2000/10/22 09:21:05 skrll Exp $ # .include "../nethack-lib/Makefile.common" @@ -14,7 +14,7 @@ USE_XPM= YES ALL_TARGET= x11tiles nethack INSTALL_TARGET= binfiles -EVAL_PREFIX+= QT2DIR=qt2 +EVAL_PREFIX+= QT2DIR=qt2-libs PATH= ${QT2DIR}/qt2/bin:$$PATH MAKE_ENV+= GTYPE=-qt QTDIR=${QT2DIR}/qt2 diff --git a/x11/ebuilder/Makefile b/x11/ebuilder/Makefile index 61385b40e91..8725b697afb 100644 --- a/x11/ebuilder/Makefile +++ b/x11/ebuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/10/19 07:57:17 skrll Exp $ +# $NetBSD: Makefile,v 1.7 2000/10/22 09:21:56 skrll Exp $ # DISTNAME= ebuilder-0.56d @@ -16,7 +16,7 @@ USE_X11= yes USE_GMAKE= yes MAKEFILE= GNUmakefile -EVAL_PREFIX+= QT2DIR=qt2 +EVAL_PREFIX+= QT2DIR=qt2-libs MAKE_ENV= QTDIR=${QT2DIR}/qt2 do-install: diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index c064e295eba..4e841afda91 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/10/19 08:04:57 skrll Exp $ +# $NetBSD: Makefile,v 1.8 2000/10/22 09:22:34 skrll Exp $ # DISTNAME= qtarch-2.1-1 @@ -16,7 +16,7 @@ DEPENDS+= png-*:../../graphics/png USE_X11= yes USE_GMAKE= yes -EVAL_PREFIX+= QT2DIR=qt2 +EVAL_PREFIX+= QT2DIR=qt2-libs MAKE_ENV= QTDIR=${QT2DIR}/qt2 PATH= ${QTDIR}/bin:$$PATH |