diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-20 19:43:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-20 19:43:41 +0800 |
commit | a0167fcac23e48f0bd3b2b33447a6f9670f44377 (patch) | |
tree | e2c0507fee420be89d28862543c5828ae060f3f6 /www/aolserver/Makefile | |
parent | 8eb772496e3f7f53121a1c92e9cc39e413831e1d (diff) | |
download | freebsd-ports-gnome-a0167fcac23e48f0bd3b2b33447a6f9670f44377.tar.gz freebsd-ports-gnome-a0167fcac23e48f0bd3b2b33447a6f9670f44377.tar.zst freebsd-ports-gnome-a0167fcac23e48f0bd3b2b33447a6f9670f44377.zip |
- Added support for the new tcl threads structure.
PR: 110404
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'www/aolserver/Makefile')
-rw-r--r-- | www/aolserver/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/www/aolserver/Makefile b/www/aolserver/Makefile index f07638b1635d..4248c6d66ca0 100644 --- a/www/aolserver/Makefile +++ b/www/aolserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= aolserver PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver @@ -44,8 +44,7 @@ ONLY_FOR_ARCHS= i386 amd64 IGNORE= supported values for USE_TCL_VER are only 84 and 85 .endif -USE_TCL= ${USE_TCL_VER}-thread -USE_TCL_BUILD= ${USE_TCL_VER}-thread +LIB_DEPENDS+= tcl${USE_TCL_VER}-threads:${PORTSDIR}/lang/tcl${USE_TCL_VER}-thread OPTIONS= HTMLDOCS "Install HTML documentation" off \ TESTS "Install tests in examples directory" off @@ -56,16 +55,9 @@ OPTIONS= HTMLDOCS "Install HTML documentation" off \ BROKEN= does not compile on ia64 .endif -. if exists(${TCLSH}) -_TCL_IS_THREADED!= ${ECHO_CMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH} || return 0 -. if empty(_TCL_IS_THREADED) -IGNORE= Tcl with threads is required. Please install Tcl with WITH_THREADS defined or from lang/tcl${USE_TCL} port and try again -. endif -. endif - -CONFIGURE_ENV+= TCLSH=${TCLSH} +CONFIGURE_ENV+= TCLSH=${LOCALBASE}/bin/tclsh${USE_TCL_VER:S/8/8./}-threads CONFIGURE_ARGS+= --prefix=${AOLSERVERBASE} \ - --with-tcl=${TCL_LIBDIR} + --with-tcl=${LOCALBASE}/lib/tcl${USE_TCL_VER:S/8/8./}-threads .if !defined(NO_INSTALL_MANPAGES) INSTALL_TARGET= install install-man |