diff options
author | obache <obache> | 2009-12-09 12:27:27 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-09 12:27:27 +0000 |
commit | 83decc0ec5bfd4bc75f7f226fe90b72d2daab42a (patch) | |
tree | ac600842cc494ac8c515c9292f35d434a9bfd74c /net/packit | |
parent | 1eb8e4538811da80b19c3407b00c1069e128178e (diff) | |
download | pkgsrc-83decc0ec5bfd4bc75f7f226fe90b72d2daab42a.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/packit')
-rw-r--r-- | net/packit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/packit/Makefile b/net/packit/Makefile index 711309be086..309947ef0cf 100644 --- a/net/packit/Makefile +++ b/net/packit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/07/17 18:00:19 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2009/12/09 12:27:28 obache Exp $ DISTNAME= packit-1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://packit.sourceforge.net/downloads/ EXTRACT_SUFX= .tgz |