summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-08-26 21:38:09 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-08-26 21:38:09 +0000
commit12c7a2a2aa3837ac59ff4a39392cfc453fc92907 (patch)
treee981babef5d15d1b59ec780ce73b340e49b75a08 /devel
parentUpdate to 1.2.4. (diff)
Update tla (C arch client) to use GNU's patch (gpatch).
Submitted by: Curtis.Dunham@alltel.com Obtained from: arch-users mailing list
Notes
Notes: svn path=/head/; revision=87752
Diffstat (limited to 'devel')
-rw-r--r--devel/tla/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile
index 132670cc4f9e..062c15462e0c 100644
--- a/devel/tla/Makefile
+++ b/devel/tla/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tla
PORTVERSION= 1.1.pre5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://regexps.srparish.net/src/tla/
DISTNAME= tla-1.1pre5
@@ -14,6 +15,8 @@ DISTNAME= tla-1.1pre5
MAINTAINER= seanc@FreeBSD.org
COMMENT= The original arch source control management CLI written in C
+RUN_DEPENDS= gpatch:${PORTSDIR}/devel/patch
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -24,7 +27,7 @@ pre-configure:
${MKDIR} ${WRKSRC}
do-configure:
- cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE}
+ cd ${WRKSRC} ; ../configure --prefix ${LOCALBASE} --with-gnu-patch gpatch
test:
cd ${WRKSRC} ; ${GMAKE} test