1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Fix a misuse of .error. Replace it by IGNORE.

PR:		ports/88281
Reported by:	Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
This commit is contained in:
Clement Laforet 2005-10-31 18:04:24 +00:00
parent d25bb42000
commit e4e2f7cb16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146848

View File

@ -33,7 +33,7 @@ IGNORE= "This module require apache2 and you have apache13 installed"
. endif
. endif
. ifdef(WITH_APACHE2)
.error You have `WITH_APACHE2' variable defined either in environment or in make(1) argumentsm. but apache13 is installed Please undefine and try again.
IGNORE= "You have `WITH_APACHE2' variable defined either in environment or in make(1) argumentsm. but apache13 is installed Please undefine and try again."
. endif
.endif