pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/vipec No need to set QMAKE here anymore. qt3-tool...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70d55507976c
branches:  trunk
changeset: 490424:70d55507976c
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Mar 10 12:54:29 2005 +0000

description:
No need to set QMAKE here anymore.  qt3-tools does that now.

diffstat:

 cad/vipec/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 04b56ab3af4a -r 70d55507976c cad/vipec/Makefile
--- a/cad/vipec/Makefile        Thu Mar 10 10:05:32 2005 +0000
+++ b/cad/vipec/Makefile        Thu Mar 10 12:54:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2005/02/11 04:09:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.39 2005/03/10 12:54:29 dmcmahill Exp $
 #
 
 DISTNAME=      ViPEC-3.2.0
@@ -16,9 +16,6 @@
 
 CONFLICTS+=            vipec-[0-9]*
 
-QMAKE=                 ${QTDIR}/bin/qmake
-MAKE_ENV+=             QMAKE=${QMAKE}
-
 post-patch:
        ${SED} 's;@prefix@;${PREFIX};g' < ${FILESDIR}/vipec.sh.in > ${WRKDIR}/vipec.sh
 



Home | Main Index | Thread Index | Old Index