diff options
author | itojun <itojun> | 2003-08-04 12:06:23 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-08-04 12:06:23 +0000 |
commit | f9250f80eab7ed8dd40818a1d84da1fab1d4660a (patch) | |
tree | cdde82a56c877a6af6f8a5951afedc8883891eca /mail/cue/Makefile | |
parent | 00b8c97fe6990bfbaffac9260dfcaa280e31fc5d (diff) | |
download | pkgsrc-f9250f80eab7ed8dd40818a1d84da1fab1d4660a.tar.gz |
make it compilable with openssl 0.9.7. bump PKGREVISION to 1 (20030714nb1).
Diffstat (limited to 'mail/cue/Makefile')
-rw-r--r-- | mail/cue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 8f683b3af91..d82507728d8 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 21:45:49 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/08/04 12:06:23 itojun Exp $ DISTNAME= cue-snap-20030714 +PKGREVISION= 1 PKGNAME= cue-20030714 CATEGORIES= mail MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/ |