1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/ccache-memcached-static/Makefile
Mark Linimon fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00

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"