diff options
author | mi <mi@FreeBSD.org> | 2005-07-14 07:52:55 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-07-14 07:52:55 +0800 |
commit | 4bfabdafb86c4c3d960fc7bc7f2eaa667d280948 (patch) | |
tree | 6389c41c19edebcc5aa4a9b1fb40a53faad0dfb0 /textproc/wordnet | |
parent | 0bf37ae8dc1f6de303f03a4e48c7c369856ebfdc (diff) | |
download | freebsd-ports-gnome-4bfabdafb86c4c3d960fc7bc7f2eaa667d280948.tar.gz freebsd-ports-gnome-4bfabdafb86c4c3d960fc7bc7f2eaa667d280948.tar.zst freebsd-ports-gnome-4bfabdafb86c4c3d960fc7bc7f2eaa667d280948.zip |
Remove the requirements for particular shared library versions on two
more ports, which I created.
Diffstat (limited to 'textproc/wordnet')
-rw-r--r-- | textproc/wordnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 334fd1b0b71c..7684e96ebc74 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ MAINTAINER= mi@aldan.algebra.com COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers -LIB_DEPENDS= tk${TCL_VER}.1:${PORTSDIR}/x11-toolkits/tk${TCL_VER} +LIB_DEPENDS= tk${TCL_VER}:${PORTSDIR}/x11-toolkits/tk${TCL_VER} # The vendor packages up a lot of useless precompiled binaries # for a few platforms with the source code. Do not extract them: |