diff options
author | obache <obache@pkgsrc.org> | 2009-12-09 12:27:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-09 12:27:27 +0000 |
commit | 2489e3fa32323e69f42b1ae522395241f91993b5 (patch) | |
tree | ac600842cc494ac8c515c9292f35d434a9bfd74c /net/arping | |
parent | 50e28e79055a237827a97ea92dc023b9dce48398 (diff) | |
download | pkgsrc-2489e3fa32323e69f42b1ae522395241f91993b5.tar.gz |
Some clean up realted to net/libnet{10,11}.
* buildlink bin/libnet{10,11}-config to bin/libnet-config for comvenience
(they ware renamed in pkgsrc to avoid conflict)
* remove -lnet from BUILDLINK_CPPFLAGS.libnet11.
linker flags should not be in CPPFLAGS, and it berak likage with libtool
as reported in PR 37300.
* libnet11 install just a static library, so set defaut DEPMETHOD = build
Bump PKGREVISION for libnet11 related packages (net/isic will be updated later).
Diffstat (limited to 'net/arping')
-rw-r--r-- | net/arping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index e8511c4d61c..8cbd77c15a1 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2009/12/09 08:42:04 obache Exp $ +# $NetBSD: Makefile,v 1.17 2009/12/09 12:27:27 obache Exp $ # DISTNAME= arping-2.08 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ |