diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-29 06:56:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-29 06:56:18 +0000 |
commit | 0ce68ec1996abb11814e2b6cb74c29009d25ded7 (patch) | |
tree | 46359047f1a645d55f683fbfacabe88c50eea167 /math | |
parent | bc36e3accf49606ed6304389dc40f9e8a79e7248 (diff) | |
download | pkgsrc-0ce68ec1996abb11814e2b6cb74c29009d25ded7.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index 73e30095282..285fd4d5992 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/06/11 06:34:43 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/09/29 06:56:18 jlam Exp $ DISTNAME= udunits PKGNAME= udunits-1.11.7 @@ -12,9 +12,11 @@ COMMENT= Library and program for manipulating units of physical quantities WRKSRC= ${WRKDIR}/${PKGNAME}/src DIST_SUBDIR= ${PKGNAME} + +USE_BUILDLINK2= yes GNU_CONFIGURE= yes CPPFLAGS+= -Df2cFortran -Dunix -USE_PERL5= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/UDUNITS/.packlist +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |