diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:04:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:04:07 +0000 |
commit | dcd842a982218a6bb3e3489100dffd7accfe550c (patch) | |
tree | 17600be54676e72cc79933628673a49f1e5d7b0b /misc/yaunc/Makefile | |
parent | 159530631cdb0f2de92a0b50e23b088995531417 (diff) | |
download | ports-dcd842a982218a6bb3e3489100dffd7accfe550c.tar.gz ports-dcd842a982218a6bb3e3489100dffd7accfe550c.zip |
Honor CFLAGS so this port builds on the Alpha where several warnings
are generated during compilation.
Notes
Notes:
svn path=/head/; revision=41394
Diffstat (limited to 'misc/yaunc/Makefile')
-rw-r--r-- | misc/yaunc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile index 82eea76bb79d..72e94b78664b 100644 --- a/misc/yaunc/Makefile +++ b/misc/yaunc/Makefile @@ -7,6 +7,7 @@ PORTNAME= yaunc PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.redterror.net/code/yaunc/ |