diff options
Diffstat (limited to 'misc/txt2regex/Makefile')
-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 |