mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
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
191 B
Makefile
9 lines
191 B
Makefile
PKGNAMESUFFIX= -memcached-static
|
|
|
|
MASTERDIR= ${.CURDIR}/../ccache-memcached
|
|
|
|
OPTIONS_SLAVE= STATIC
|
|
|
|
CONFLICTS_INSTALL= ccache ccache-memcached ccache-static
|
|
|
|
.include "${MASTERDIR}/Makefile"
|