pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/vipec remove runtime dependency on qt3-tools, it i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5da3cd9cfe6
branches:  trunk
changeset: 513364:a5da3cd9cfe6
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri May 26 18:09:57 2006 +0000

description:
remove runtime dependency on qt3-tools, it is only needed for building

diffstat:

 cad/vipec/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r c45f800acace -r a5da3cd9cfe6 cad/vipec/Makefile
--- a/cad/vipec/Makefile        Fri May 26 17:48:28 2006 +0000
+++ b/cad/vipec/Makefile        Fri May 26 18:09:57 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2006/05/26 09:20:02 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2006/05/26 18:09:57 dmcmahill Exp $
 #
 
 DISTNAME=      ViPEC-3.2.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=vipec/}
 
@@ -26,8 +26,4 @@
 
 .include "../../x11/qt3-libs/buildlink3.mk"
 .include "../../x11/qt3-tools/buildlink3.mk"
-# XXX Please verify whether qt3-tools is really needed at run-time.
-# If it is, then remove this comment.  If it is not, then remove
-# this comment and the line below, and bump PKGREVISION.
-BUILDLINK_DEPMETHOD.qt3-tools= full
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index