diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-14 19:26:59 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-14 19:26:59 +0800 |
commit | cd55e6e69506a0458c9132c892628ff8cba00803 (patch) | |
tree | 4c728ef23dfb9c2bf0c1eebc23ad8d7b2eea4181 /net-im | |
parent | 208a873ea31126f1a11cbe1a3e80ecc599bbbb79 (diff) | |
download | freebsd-ports-gnome-cd55e6e69506a0458c9132c892628ff8cba00803.tar.gz freebsd-ports-gnome-cd55e6e69506a0458c9132c892628ff8cba00803.tar.zst freebsd-ports-gnome-cd55e6e69506a0458c9132c892628ff8cba00803.zip |
Do not terminate BROKEN messages with period, it is added by the framework.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile index 0eff39574b11..6f04bb5ed79f 100644 --- a/net-im/skype4/Makefile +++ b/net-im/skype4/Makefile @@ -35,7 +35,7 @@ SUB_LIST+= SKYPEDIR=${SKYPEDIR} .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100075 || ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002507) -BROKEN= Skype 4.3 requires Linux 2.6.32 emulation. +BROKEN= Skype 4.3 requires Linux 2.6.32 emulation .endif .if ${PORT_OPTIONS:MVIDEO} |