View | Details | Raw Unified | Return to bug 226352 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p4/Makefile (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	p4
4
PORTNAME=	p4
5
PORTVERSION=	${YEAR}.${MAJOR}.${MINOR}
5
PORTVERSION=	${YEAR}.${MAJOR}.${MINOR}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
# Perforce stupidly rerolls their distfiles on a regular basis, updating the
8
# Perforce stupidly rerolls their distfiles on a regular basis, updating the
9
# files' timestamps when they do, which changes the zip file's checksum.  Work
9
# files' timestamps when they do, which changes the zip file's checksum.  Work
Lines 36-41 Link Here
36
		CCFLAGS="${CFLAGS}" \
36
		CCFLAGS="${CFLAGS}" \
37
		LINKFLAGS="${LDFLAGS}" \
37
		LINKFLAGS="${LDFLAGS}" \
38
		OSVER=${OSVER} \
38
		OSVER=${OSVER} \
39
		SSL="yes" \
40
		SSLPREFIX="/usr/lib" \
39
		${JAM} -dx -j${MAKE_JOBS_NUMBER} || true
41
		${JAM} -dx -j${MAKE_JOBS_NUMBER} || true
40
42
41
do-install:
43
do-install:

Return to bug 226352