diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-10 15:09:52 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-10 15:09:52 +0000 |
commit | 2287d088b11cb3f3a88c53114860f3778fd43c17 (patch) | |
tree | 1104182df1bb228f3636fcec92a368f9c0cd71b0 /mail/gnubiff/Makefile | |
parent | b1445768d5271ff3e6034d7aae403457a0a541ad (diff) | |
download | ports-2287d088b11cb3f3a88c53114860f3778fd43c17.tar.gz ports-2287d088b11cb3f3a88c53114860f3778fd43c17.zip |
Notes
Diffstat (limited to 'mail/gnubiff/Makefile')
-rw-r--r-- | mail/gnubiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 952c20e985e4..54aff3cdb7f9 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gnubiff.1 INFO= gnubiff -.if defined(WITH_GNUBIFF_PASSWORD) +.ifdef(WITH_GNUBIFF_PASSWORD) CONFIGURE_ARGS+= --with-password .endif |