diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-09 17:35:13 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-09 17:35:13 +0800 |
commit | 41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0 (patch) | |
tree | f96b467c7b153a0c585327fc6bceb173a7c45c90 | |
parent | dd3df8da9f318b096011c8a9d034fa64d68dba82 (diff) | |
download | freebsd-ports-gnome-41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0.tar.gz freebsd-ports-gnome-41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0.tar.zst freebsd-ports-gnome-41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0.zip |
Fix a dependency.
"misc/tkman port has a dependency on x11-toolkits/tk83
but it has a post-patch target that seems to reference wish8.2 from the
tk82 port."
PR: 19128
Submitted by: Bruce A. Mah <bmah@cisco.com>
-rw-r--r-- | misc/tkman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 5ad5346e5b68..2066b3bdcb73 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ NO_CDROM= "License required" post-patch: - perl -pi -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.2;" \ + perl -pi -e "s;/usr/local/bin/wish;${LOCALBASE}/bin/wish8.3;" \ ${WRKSRC}/contrib/tkmanclient post-install: |