diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 23:07:39 +0800 |
commit | efdf659d4a6e4fd3ac42c75ee835fc22037e29ab (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /textproc/redet | |
parent | 9aacbad58fc52aedc2b94701fba20c62fef1e7bd (diff) | |
download | freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.gz freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.tar.zst freebsd-ports-gnome-efdf659d4a6e4fd3ac42c75ee835fc22037e29ab.zip |
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Diffstat (limited to 'textproc/redet')
-rw-r--r-- | textproc/redet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redet/Makefile b/textproc/redet/Makefile index 37fad20a0025..52ec89a97cba 100644 --- a/textproc/redet/Makefile +++ b/textproc/redet/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.billposer.org/Software/Downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Visual regexp development and execution -RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets +RUN_DEPENDS= iwidgets>0:${PORTSDIR}/x11-toolkits/iwidgets OPTIONS_DEFINE= DOCS |