diff options
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r-- | devel/kdbg/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index d825ea612bc..96afb901e3f 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2002/03/13 17:36:50 fredb Exp $ +# $NetBSD: Makefile,v 1.29 2002/07/17 11:32:16 skrll Exp $ -DISTNAME= kdbg-1.2.2 -PKGREVISION= 1 +DISTNAME= kdbg-1.2.5 CATEGORIES= devel kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \ ftp://ftp.eudaptics.com/pub/people/jsixt/ @@ -12,16 +11,17 @@ COMMENT= Graphical User Interface around gdb using KDE BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= YES -AUTOMAKE_OVERRIDE= YES +#AUTOMAKE_OVERRIDE= YES USE_GMAKE= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CONFIGURE_ARGS+= --with-kde-version=2 +CONFIGURE_ARGS+= --with-kde-version=3 -.include "../../x11/kde2/buildlink.mk" -.include "../../x11/kdebase2/buildlink.mk" +.include "../../x11/qt3-libs/buildlink.mk" +.include "../../x11/kde3/buildlink.mk" +.include "../../x11/kdebase3/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |