diff options
author | adam <adam> | 2004-03-05 15:25:08 +0000 |
---|---|---|
committer | adam <adam> | 2004-03-05 15:25:08 +0000 |
commit | 42c377b60c810e463bc61e501c0d21434d9631e7 (patch) | |
tree | da51b0e35022b7388746324fcc3bc71a3638004c /math/cln/Makefile | |
parent | e0e3cb07105053ffdd18aa9d9355c5ad0cdad6fa (diff) | |
download | pkgsrc-42c377b60c810e463bc61e501c0d21434d9631e7.tar.gz |
Errare humanum est = pkgconfig buildlink added
Diffstat (limited to 'math/cln/Makefile')
-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" |