diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-02 16:25:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-02 16:25:31 +0000 |
commit | 4df33c53a2b4fcd071d2776e16e7f11f50ddd158 (patch) | |
tree | 2494abf9dd937e00b7f19b31d04327b2b9369f38 /x11 | |
parent | 4e09eac6edd7d06bffa2ac472ef5b89187a3d05b (diff) | |
download | pkgsrc-4df33c53a2b4fcd071d2776e16e7f11f50ddd158.tar.gz |
libtk84.so contains rpath entries now on FreeBSD and DragonFly,
bump revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 6f2a60f30cd..44603f1a892 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2005/10/10 17:39:19 reed Exp $ +# $NetBSD: Makefile,v 1.51 2005/11/02 16:25:31 joerg Exp $ DISTNAME= tk${TK_VERSION}-src PKGNAME= tk-${TK_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} |