diff options
-rw-r--r-- | audio/rat30/Makefile | 2 | ||||
-rw-r--r-- | audio/vat/Makefile | 2 | ||||
-rw-r--r-- | japanese/gnomelibs/Makefile | 2 | ||||
-rw-r--r-- | lang/Sather/Makefile | 2 | ||||
-rw-r--r-- | mbone/rat30/Makefile | 2 | ||||
-rw-r--r-- | mbone/rtpmon/Makefile | 2 | ||||
-rw-r--r-- | mbone/vat/Makefile | 2 | ||||
-rw-r--r-- | sysutils/watchdog/Makefile | 4 |
8 files changed, 9 insertions, 9 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile index 1acedf43d33e..4440a9b86c25 100644 --- a/audio/rat30/Makefile +++ b/audio/rat30/Makefile @@ -28,7 +28,7 @@ LATEST_LINK= rat30 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD 7.X .endif do-build: diff --git a/audio/vat/Makefile b/audio/vat/Makefile index dcabef94cc45..70c6f56a881a 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -35,7 +35,7 @@ PLIST_FILES= bin/vat .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif post-install: diff --git a/japanese/gnomelibs/Makefile b/japanese/gnomelibs/Makefile index db8503649c83..720ed5315ffe 100644 --- a/japanese/gnomelibs/Makefile +++ b/japanese/gnomelibs/Makefile @@ -34,7 +34,7 @@ BEFOREPORTMK= yes .undef BEFOREPORTMK .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= "Does not compile on FreeBSD 5.X and above" .endif .include <bsd.port.post.mk> diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 2aa78e6d3607..f12a0821fb87 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -28,7 +28,7 @@ INFO= sather sather-mode sather-tutorial .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif post-extract: diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index 1acedf43d33e..4440a9b86c25 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -28,7 +28,7 @@ LATEST_LINK= rat30 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD 7.X .endif do-build: diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index b09d58e47664..32eaf825853d 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= bin/rtpmon .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif pre-configure: diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index dcabef94cc45..70c6f56a881a 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -35,7 +35,7 @@ PLIST_FILES= bin/vat .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif post-install: diff --git a/sysutils/watchdog/Makefile b/sysutils/watchdog/Makefile index 051594f53cd1..1becae413f15 100644 --- a/sysutils/watchdog/Makefile +++ b/sysutils/watchdog/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.webweaving.org/watchdog/ EXTRACT_SUFX= .tgz MAINTAINER= dirkx@webweaving.org -COMMENT= "Watchdog daemon for the AMD Elan sc520 system-on-chip." +COMMENT= Watchdog daemon for the AMD Elan sc520 system-on-chip MAN8= watchdogd.8 MANCOMPRESSED= yes @@ -24,7 +24,7 @@ PLIST_FILES= bin/watchdogd # We need revision 1.12 of /sys/i386/i386/elan-mmrc.c and # 1.1 of /sys/sys/watchdog.h. The first tag is RELENG_5_1. # -IGNORE= 'This port only works on 5.1 and above / ${OSVERSION} +IGNORE= cannot install: this port only works on FreeBSD 5.1 and above .endif .include <bsd.port.post.mk> |