aboutsummaryrefslogtreecommitdiff
path: root/devel/tla
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/tla
parent04e3db36e0c4fef9cac949cda19d8d1b2fa5767c (diff)
Notes
Diffstat (limited to 'devel/tla')
-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