View | Details | Raw Unified | Return to bug 34710
Collapse All | Expand All

(-)Mk/bsd.port.mk (+3 lines)
Lines 106-111 Link Here
106
#				  ftp sites and CDROMs.
106
#				  ftp sites and CDROMs.
107
# BROKEN_ELF	- Port doesn't build on ELF machines.
107
# BROKEN_ELF	- Port doesn't build on ELF machines.
108
# BROKEN		- Port is broken.
108
# BROKEN		- Port is broken.
109
# CONFLICT		- Port conflicts with another port.
109
#
110
#
110
# In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles
111
# In addition to RESTRICTED or NO_CDROM, if only a subset of distfiles
111
# or patchfiles have redistribution restrictions, set the following
112
# or patchfiles have redistribution restrictions, set the following
Lines 1844-1849 Link Here
1844
.endif
1845
.endif
1845
.elif defined(FORBIDDEN)
1846
.elif defined(FORBIDDEN)
1846
IGNORE=	"is forbidden: ${FORBIDDEN}"
1847
IGNORE=	"is forbidden: ${FORBIDDEN}"
1848
.elif defined(CONFLICT)
1849
IGNORE= "conflicts with installed ports: ${CONFLICT}"
1847
.endif
1850
.endif
1848
1851
1849
.if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD))
1852
.if (defined(MANUAL_PACKAGE_BUILD) && defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD))

Return to bug 34710