summaryrefslogtreecommitdiff
path: root/cad/vipec
diff options
context:
space:
mode:
authorskrll <skrll>2000-10-22 09:20:18 +0000
committerskrll <skrll>2000-10-22 09:20:18 +0000
commitbd48e22af7dc12baa092e8d7a58057e657799980 (patch)
treefc16dfc41975683713651a8d955a8b2964a6719a /cad/vipec
parent213d4cabdc0ac7ebc204999dceaa8a840793c218 (diff)
downloadpkgsrc-bd48e22af7dc12baa092e8d7a58057e657799980.tar.gz
Correct EVAL_PREFIX entry.
Diffstat (limited to 'cad/vipec')
-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" \