diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-28 20:25:53 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-28 20:25:53 +0000 |
commit | 9cad2f1b4fd73721fd1007d5d29cc49774c94d50 (patch) | |
tree | a75255ee0fd95df775ffede79a90c6012daed09e /devel/gitphp | |
parent | ccb140cf64b907529ef65e4cd75f4224fe75b6cf (diff) | |
download | ports-9cad2f1b4fd73721fd1007d5d29cc49774c94d50.tar.gz ports-9cad2f1b4fd73721fd1007d5d29cc49774c94d50.zip |
Notes
Diffstat (limited to 'devel/gitphp')
-rw-r--r-- | devel/gitphp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gitphp/Makefile b/devel/gitphp/Makefile index 741cce0f8e8f..f593c9f59ccb 100644 --- a/devel/gitphp/Makefile +++ b/devel/gitphp/Makefile @@ -2,6 +2,7 @@ PORTNAME= gitphp PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://www.gitphp.org/attachments/download/42/ @@ -18,6 +19,8 @@ NO_BUILD= yes SUB_FILES= pkg-message +RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:${PORTSDIR}/textproc/pecl-xdiff + do-install: ${MKDIR} ${WWWDIR} (cd ${WRKSRC} \ |