diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-13 03:29:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-13 03:29:27 +0000 |
commit | c3cbef04d1428293a26960bdcebbd4ceef1fc7db (patch) | |
tree | ba2c1d80a9ad2bcf9ac1951c87081b4ade92fef9 /x11-toolkits | |
parent | cc68d122c135d818be473d8e1920e454a0b87107 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/tk84/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/tk84/files/patch-aa | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 04bac1d31c5f..af22cefade3f 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tk -PORTVERSION= 8.4.0 +PORTVERSION= 8.4.1 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/x11-toolkits/tk84/distinfo b/x11-toolkits/tk84/distinfo index 07e07cdd6477..f6ef104fa859 100644 --- a/x11-toolkits/tk84/distinfo +++ b/x11-toolkits/tk84/distinfo @@ -1 +1 @@ -MD5 (tk8.4.0-src.tar.gz) = f94480f34d47f262d5eced60a1dab814 +MD5 (tk8.4.1-src.tar.gz) = 08ccc31fdce679ee01436278144d74ae diff --git a/x11-toolkits/tk84/files/patch-aa b/x11-toolkits/tk84/files/patch-aa index a5bc31edd04e..bdb028ce1079 100644 --- a/x11-toolkits/tk84/files/patch-aa +++ b/x11-toolkits/tk84/files/patch-aa @@ -33,7 +33,7 @@ #define _POSIX_PTHREAD_SEMANTICS 1 EOF -+TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} ++TCL_SRC_DIR=${prefix}/include/tcl${TCLVERSION} SHLIB_CFLAGS="-KPIC" LDFLAGS="" |