diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-08-16 23:14:15 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-08-16 23:14:15 +0800 |
commit | 487226ca76f57fba653c74090f4ecf3fd9e68096 (patch) | |
tree | a527aae371500ca644877babc3a4d661837aca84 /mail/popd/Makefile | |
parent | e3dd6231fd46cc42060cc2e5805d5153b578b5f6 (diff) | |
download | freebsd-ports-gnome-487226ca76f57fba653c74090f4ecf3fd9e68096.tar.gz freebsd-ports-gnome-487226ca76f57fba653c74090f4ecf3fd9e68096.tar.zst freebsd-ports-gnome-487226ca76f57fba653c74090f4ecf3fd9e68096.zip |
Turn off -Werror for now; it breaks the build on both -current and
-stable.
Requested by: The author
Diffstat (limited to 'mail/popd/Makefile')
-rw-r--r-- | mail/popd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/popd/Makefile b/mail/popd/Makefile index 9adf5fd2a289..d1d65eb691d9 100644 --- a/mail/popd/Makefile +++ b/mail/popd/Makefile @@ -7,6 +7,7 @@ PORTNAME= popd PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp3.za.freebsd.org/pub/popd/ |