diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-18 13:47:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-18 13:47:05 +0000 |
commit | dd1bb5170257ee97047c41dd62fe4ee5e954ea94 (patch) | |
tree | f8a7c3c50ee3776087a3ead6adc12fd1b91ece9a /devel/libgetopt/Makefile | |
parent | 8c4db4245972a0244e19fafea4bbd0dfe339748c (diff) | |
download | pkgsrc-dd1bb5170257ee97047c41dd62fe4ee5e954ea94.tar.gz |
Update to 1.3:
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around
it by defining it in the getopt_long.c distfile.
Diffstat (limited to 'devel/libgetopt/Makefile')
-rw-r--r-- | devel/libgetopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index 6e2cc4d7df0..3ba69d38185 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/10/18 11:16:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/18 13:47:05 wiz Exp $ # -VERS= 1.2 +VERS= 1.3 DISTNAME= libgetopt-${VERS} CATEGORIES= pkgtools sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} |