diff options
author | anray <anray@FreeBSD.org> | 2006-05-01 01:08:58 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-05-01 01:08:58 +0800 |
commit | fb50a2997f44cba2d7fa3ef890a1779bf83877e1 (patch) | |
tree | 1929e64891db1dd1bf8ad7bc14e9e3f09ffebd33 /textproc | |
parent | 7844aed31f5036374d570bddd2e488dbe7b6a75b (diff) | |
download | freebsd-ports-gnome-fb50a2997f44cba2d7fa3ef890a1779bf83877e1.tar.gz freebsd-ports-gnome-fb50a2997f44cba2d7fa3ef890a1779bf83877e1.tar.zst freebsd-ports-gnome-fb50a2997f44cba2d7fa3ef890a1779bf83877e1.zip |
- Need x11-toolkits/iwidgets in order to run.
- Bump PORTREVISION.
PR: ports/94372
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/redet/Makefile b/textproc/redet/Makefile index 50a3e21db64e..995530541219 100644 --- a/textproc/redet/Makefile +++ b/textproc/redet/Makefile @@ -7,6 +7,7 @@ PORTNAME= redet PORTVERSION= 7.3 +PORTREVISION= 1 CATEGORIES= textproc tk84 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vsevolod @@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= vsevolod MAINTAINER= ports@FreeBSD.org COMMENT= Visual regexp constructors with many regexp types support -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ + ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets NO_BUILD= yes USE_REINPLACE= yes |