diff options
author | dholland <dholland> | 2012-09-16 00:51:32 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-09-16 00:51:32 +0000 |
commit | c4a3df9316d9f446ba45a2e1642985fa2be27e88 (patch) | |
tree | e79984ad4538047b2065dbd22747bab7cb05a25b /mail/cone/Makefile | |
parent | cfc395e2917614f9e7f729a6bb7999776792ff62 (diff) | |
download | pkgsrc-c4a3df9316d9f446ba45a2e1642985fa2be27e88.tar.gz |
Since the last update, this will not build without the wide-curses
option, so turn it on by default.
The option should probably be removed entirely, as the code doesn't
look amenable to a narrow-only build.
PKGREVISION -> 2.
Diffstat (limited to 'mail/cone/Makefile')
-rw-r--r-- | mail/cone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 272b8baea7c..5ec30ddf1cd 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2012/06/14 07:45:30 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/16 00:51:32 dholland Exp $ DISTNAME= cone-0.90 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 |