summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-10-22 09:20:18 +0000
committerskrll <skrll@pkgsrc.org>2000-10-22 09:20:18 +0000
commit8b4e66268078a3d5f4cf826a151b02ab9173659e (patch)
treefc16dfc41975683713651a8d955a8b2964a6719a /cad
parente35787cf4c5e9e3d86ae9ebc8e0b6a32fbc69917 (diff)
downloadpkgsrc-8b4e66268078a3d5f4cf826a151b02ab9173659e.tar.gz
Correct EVAL_PREFIX entry.
Diffstat (limited to 'cad')
-rw-r--r--cad/vipec/Makefile4
1 files changed, 2 insertions, 2 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" \