diff options
-rw-r--r-- | devel/libbegemot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index f5f353ff49b..ef02b53ce1a 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/12 04:45:21 grant Exp $ # DISTNAME= libbegemot-1.9 @@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Base development library, contains useful routines GNU_CONFIGURE= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes .include "../../mk/bsd.pkg.mk" |