diff options
author | salo <salo@pkgsrc.org> | 2003-10-30 10:28:58 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-10-30 10:28:58 +0000 |
commit | 0a4893285e60f1c7af6c427f7e45f565c4945682 (patch) | |
tree | fa834f12aa48263a3812a13f8fa7bb4b3514115c /net/ipv6calc | |
parent | 48fd726a1c693050d4212764a02a34423eb8c901 (diff) | |
download | pkgsrc-0a4893285e60f1c7af6c427f7e45f565c4945682.tar.gz |
USE_BUIDLINK2, not USE_BUILDLINK (hi tron!).
Fixes build with gcc3 from pkgsrc.
Style nits.
Diffstat (limited to 'net/ipv6calc')
-rw-r--r-- | net/ipv6calc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile index d9b3863ec49..1c4b5432636 100644 --- a/net/ipv6calc/Makefile +++ b/net/ipv6calc/Makefile @@ -1,4 +1,5 @@ -# $NetBSD: Makefile,v 1.17 2003/10/14 23:46:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2003/10/30 10:28:58 salo Exp $ +# DISTNAME= ipv6calc-0.46 CATEGORIES= net @@ -11,11 +12,13 @@ COMMENT= Manipulates IPv6 adresses # This package does not set or evaluate USE_INET6, but it should still # be listed in README-IPv6.html. Leave this comment here to make it so! -GNU_CONFIGURE= yes -USE_BUILDLINK= yes -USE_GMAKE= yes +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES + MAKE_ENV+= root=${PREFIX} INSTALL_TARGET= installonly .include "../../security/openssl/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |