1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Reword the BROKEN= if no gecko is found so it will be a little more clear

that it was unable to find a supported gecko for a port.
This commit is contained in:
Michael Johnson 2005-12-10 20:46:50 +00:00
parent a6b600d08c
commit 28a056573f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150830

View File

@ -136,7 +136,7 @@ XPIDL_INCL?= `${GECKO_CONFIG} --idlflags`
BUILD_DEPENDS+= ${${GECKO}_PLIST}:${${GECKO}_DEPENDS}
RUN_DEPENDS+= ${${GECKO}_PLIST}:${${GECKO}_DEPENDS}
.else
BROKEN="Incorrect use of USE_GECKO"
BROKEN="Unable to find a supported gecko, please check USE_GECKO"
.endif
pre-everything:: _gecko-pre-everything