summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-29 06:56:18 +0000
committerjlam <jlam>2002-09-29 06:56:18 +0000
commit70ae61968ebe25e4e03fbc6a30335a2640da8e89 (patch)
tree46359047f1a645d55f683fbfacabe88c50eea167 /math
parentf99e3bdb6aff480663abbdc77b54628f634e785e (diff)
downloadpkgsrc-70ae61968ebe25e4e03fbc6a30335a2640da8e89.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'math')
-rw-r--r--math/udunits/Makefile6
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"