The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
9 lines
181 B
Makefile
9 lines
181 B
Makefile
PKGNAMESUFFIX= -static
|
|
|
|
MASTERDIR= ${.CURDIR}/../ccache
|
|
|
|
OPTIONS_SLAVE= STATIC
|
|
|
|
CONFLICTS_INSTALL= ccache ccache-memcached ccache-memcached-static
|
|
|
|
.include "${MASTERDIR}/Makefile"
|