diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-10 15:16:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-10 15:16:12 +0000 |
commit | 17e3b0b8e9bd70936cde30494485391ecd9c31b4 (patch) | |
tree | 75da6b257d1115d7d38855c024b5b46a6e96c2b9 /devel/pwlib/Makefile | |
parent | d60175014e296f5b118dd54c6b204556c27824c3 (diff) | |
download | pkgsrc-17e3b0b8e9bd70936cde30494485391ecd9c31b4.tar.gz |
Found another "extra qualification" that has not stopped the package
from building. Detected when compiling openh323.
PKGREVISION++ since the package was broken but installed nevertheless.
Diffstat (limited to 'devel/pwlib/Makefile')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 6240721550e..e14a6979599 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2006/05/31 00:16:22 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2007/10/10 15:16:12 rillig Exp $ DISTNAME= pwlib-v1_8_3-src PKGNAME= pwlib-1.8.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES+= http://www.voxgratia.org/releases/ EXTRACT_SUFX= -tar.gz |