diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 21:21:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 21:21:42 +0800 |
commit | ee0d010047daf7295c674a651679fd7e6d6a6297 (patch) | |
tree | 725daa84e5e0aee2fee78f2294c2389da5b2e9ca /lang | |
parent | 9bd2cc4a6bbd83d0e29b9cf643ea59e75fc3eda5 (diff) | |
download | freebsd-ports-gnome-ee0d010047daf7295c674a651679fd7e6d6a6297.tar.gz freebsd-ports-gnome-ee0d010047daf7295c674a651679fd7e6d6a6297.tar.zst freebsd-ports-gnome-ee0d010047daf7295c674a651679fd7e6d6a6297.zip |
- Fix build with aolserver-xotcl
PR: 110612
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/xotcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index 8aa09b594741..17d1f6ecb01b 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= xotcl PORTVERSION= 1.5.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= lang tcl84 MASTER_SITES= http://media.wu-wien.ac.at/download/ @@ -40,7 +40,7 @@ AOLSERVERBASE?= ${LOCALBASE}/aolserver .if defined(AOLSERVER_XOTCL) RUN_DEPENDS+= ${LOCALBASE}/aolserver/bin/init.tcl:${PORTSDIR}/www/aolserver \ - ${LOCALBASE}/lib/xotcl${PORTVERSION}/xotclConfig.sh:${PORTSDIR}/lang/xotcl-thread + ${LOCALBASE}/lib/xotcl${PORTVERSION}/xotclConfig.sh:${PORTSDIR}/lang/xotcl PLIST= ${WRKDIR}/pkg-plist.aolserver PLIST_FILES= ${AOLSERVERBASE:S/${LOCALBASE}\///}/modules/tcl/xotcl.tcl LATEST_LINK= aolserver-xotcl |