mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
fa74598719
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -memcached-static
|
|
|
|
MASTERDIR= ${.CURDIR}/../ccache
|
|
|
|
OPTIONS_SLAVE= MEMCACHED STATIC
|
|
|
|
CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached[0-9]* ccache-static[0-9]*
|
|
|
|
BROKEN_powerpc64= fails to configure: checking for memcached in -lmemcached... no
|
|
|
|
.include "${MASTERDIR}/Makefile"
|