diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-09 02:23:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-09 02:23:18 +0000 |
commit | 6450974cad53947e9b4dd6b0963a5b294388f3aa (patch) | |
tree | 6331579426e7efbc4b9a50db20a2ccd5108d25d5 /misc/txt2regex | |
parent | ed364f9d6ef27f26b3b65e5e7599a1ce111741e8 (diff) | |
download | ports-6450974cad53947e9b4dd6b0963a5b294388f3aa.tar.gz ports-6450974cad53947e9b4dd6b0963a5b294388f3aa.zip |
Notes
Diffstat (limited to 'misc/txt2regex')
-rw-r--r-- | misc/txt2regex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index db9433eec253..f289da0d089a 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -8,14 +8,14 @@ PORTNAME= txt2regex PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://txt2regex.sourceforge.net/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ - gseq:${PORTSDIR}/misc/sh-utils +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 NO_BUILD= yes |