Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= git |
4 |
PORTNAME= git |
5 |
DISTVERSION= 2.10.1 |
5 |
DISTVERSION= 2.10.1 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= KERNEL_ORG/software/scm/git |
8 |
MASTER_SITES= KERNEL_ORG/software/scm/git |
8 |
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |
9 |
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |
Lines 104-109
CVS_RUN_DEPENDS= cvsps:devel/cvsps
Link Here
|
104 |
ALL_TARGET= all strip |
105 |
ALL_TARGET= all strip |
105 |
.endif |
106 |
.endif |
106 |
|
107 |
|
|
|
108 |
.if ${PORT_OPTIONS:MPERL} |
109 |
CONFIGURE_ARGS+= --with-perl=${PERL} |
110 |
.endif |
111 |
|
107 |
.if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB} |
112 |
.if ${PORT_OPTIONS:MP4} || ${PORT_OPTIONS:MCONTRIB} |
108 |
USES+= python |
113 |
USES+= python |
109 |
CONFIGURE_ARGS+= --with-python=${PYTHON_CMD} |
114 |
CONFIGURE_ARGS+= --with-python=${PYTHON_CMD} |