(2) Backport fix of issue #4383: problems with symbolic-link WC. (3) Backport change r1500762 (no isue # found): conflict between GPG Agent and other password stories. (4) Fix error message when Subversion is configured with BDB abd APR is not. PR: ports/179807, ports/180121, ports/180121 Submitted by: [3] eugen@grosbein.pp.ru
14 lines
321 B
Makefile
14 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -static
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
|
|
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_EXCLUDE= ${OPTIONS_DEFINE}
|
|
OPTIONS_SLAVE= FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC
|
|
|
|
MASTERDIR= ${.CURDIR}/../subversion
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
.include "${MASTERDIR}/Makefile"
|