diff options
-rw-r--r-- | devel/kdbg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index 44c08fd3b68..409d5a7c8d9 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/07/15 20:39:16 agc Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/16 01:58:11 hubertf Exp $ DISTNAME= kdbg-1.0.1 CATEGORIES= devel kde @@ -16,7 +16,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes EVAL_PREFIX+= QT1DIR=qt1 |