diff options
-rw-r--r-- | devel/p4/Makefile | 2 | ||||
-rw-r--r-- | devel/p4d/Makefile | 2 | ||||
-rw-r--r-- | devel/p4ftpd/Makefile | 2 | ||||
-rw-r--r-- | devel/p4p/Makefile | 2 | ||||
-rw-r--r-- | devel/p4web/Makefile | 2 | ||||
-rw-r--r-- | devel/perforce/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 3bcdbcddf65..629500ba216 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 3bcdbcddf65..629500ba216 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 3bcdbcddf65..629500ba216 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 3bcdbcddf65..629500ba216 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 3bcdbcddf65..629500ba216 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/perforce/Makefile b/devel/perforce/Makefile index 3bcdbcddf65..629500ba216 100644 --- a/devel/perforce/Makefile +++ b/devel/perforce/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: |