diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /lang/otcl | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Notes
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index e6dc0a1e7831..3aa045909594 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= otcl PORTVERSION= 1.13 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= src- CATEGORIES= lang tcl84 tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,7 +22,7 @@ USE_TK= 80+ USE_TK_NO_THREADS= yes USE_XORG= xext -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_LDCONFIG= yes .if !defined(NOPORTDOCS) |