diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-04 09:08:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-09-04 09:08:01 +0000 |
commit | 3e6e29b5aff69d156601aadbe96a67cbd478f485 (patch) | |
tree | ee861b3c49dfcda9efbf05623d41e4d6f5a284a2 | |
parent | 1699528386e63fef38a521b6cb0f359c07059813 (diff) | |
download | freebsd-ports-3e6e29b5aff69d156601aadbe96a67cbd478f485.zip |
- Chase tktable update
Reported by: pointyhat
Missed by: mm
-rw-r--r-- | www/getleft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/getleft/Makefile b/www/getleft/Makefile index 7e5b525b34e4..d1ff3f821fa9 100644 --- a/www/getleft/Makefile +++ b/www/getleft/Makefile @@ -15,7 +15,7 @@ DISTNAME= Getleft-${PORTVERSION} MAINTAINER= alepulver@FreeBSD.org COMMENT= Web site downloader -RUN_DEPENDS= ${LOCALBASE}/lib/Tktable2.8/libTktable2.8.so:${PORTSDIR}/x11-toolkits/tktable \ +RUN_DEPENDS= ${LOCALBASE}/lib/Tktable2.9/libTktable2.9.so:${PORTSDIR}/x11-toolkits/tktable \ ${LOCALBASE}/lib/libttkstub.a:${PORTSDIR}/x11-toolkits/tile USE_TK= 84 |