diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-09 10:23:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-09 10:23:18 +0800 |
commit | b2d17a42cdd9a86f94fcd1642d586ff4dca6f06e (patch) | |
tree | cd1c4e3a001b08ecb4f3eb75be475da9ecd28bb0 /misc/txt2regex | |
parent | f62d109edad61ad64dfcf784b811d6410c095419 (diff) | |
download | freebsd-ports-gnome-b2d17a42cdd9a86f94fcd1642d586ff4dca6f06e.tar.gz freebsd-ports-gnome-b2d17a42cdd9a86f94fcd1642d586ff4dca6f06e.tar.zst freebsd-ports-gnome-b2d17a42cdd9a86f94fcd1642d586ff4dca6f06e.zip |
seq no need
Submitted by: aurélio <verde@verde666.org> (author of txt2regex)
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 |