diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-11 10:28:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-11 10:28:40 +0800 |
commit | 8e36fa28c20e9043641689d2bb0b25d17e8ff81c (patch) | |
tree | a525c1ba037781b207ff0e295b7a7fab85481431 | |
parent | 12b0bc6f7e9b076ff692ac3c012015cdfec2378c (diff) | |
download | freebsd-ports-graphics-8e36fa28c20e9043641689d2bb0b25d17e8ff81c.tar.gz freebsd-ports-graphics-8e36fa28c20e9043641689d2bb0b25d17e8ff81c.tar.zst freebsd-ports-graphics-8e36fa28c20e9043641689d2bb0b25d17e8ff81c.zip |
Added PORTSCOUT variable which was reporting an earlier version
PR: 166476
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | mail/mmc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile index fde2d8b1c3e..13eb1db9a93 100644 --- a/mail/mmc/Makefile +++ b/mail/mmc/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PORTSCOUT= skipv:0.35 + CFLAGS+= -fpermissive .include <bsd.port.mk> |