diff options
-rw-r--r-- | math/cln/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 8696270a351..d0c3f90286c 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 14:46:23 adam Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/05 15:25:08 adam Exp $ # DISTNAME= cln-1.1.6 @@ -21,4 +21,5 @@ PKGCONFIG_OVERRIDE= ${WRKSRC}/cln.pc.in INFO_FILES= cln.info +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |