From eba2752febf738c6ddc8a99990b1e6e7ef287fb0 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 11 Mar 2007 20:30:23 +0000 Subject: - Fix build - Respect tcl-thread - Bump PORTREVISION Submitted by: pointyhat Approved by: maintainer --- security/aolserver-nsmhash/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'security/aolserver-nsmhash') diff --git a/security/aolserver-nsmhash/Makefile b/security/aolserver-nsmhash/Makefile index a6e8d3fcada8..6eec9f0f0c58 100644 --- a/security/aolserver-nsmhash/Makefile +++ b/security/aolserver-nsmhash/Makefile @@ -5,11 +5,13 @@ # $FreeBSD$ # -PORTNAME= aolserver-nsmhash +PORTNAME= nsmhash PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://www.aolserver.cz/download/ -DISTFILES= nsmhash-${PORTVERSION}.tgz +PKGNAMEPREFIX= aolserver- +EXTRACT_SUFX= .tgz DIST_SUBDIR= aolserver MAINTAINER= martin@matuska.org @@ -24,7 +26,14 @@ RUN_DEPENDS+= ${BUILD_DEPENDS} PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} USE_GMAKE= yes -USE_TCL_BUILD= yes + +USE_TCL_VER?= 84 + +.if ${USE_TCL_VER} != 84 && ${USE_TCL_VER} != 85 +IGNORE= supported values for USE_TCL_VER are only 84 and 85 +.endif + +USE_TCL_BUILD= ${USE_TCL_VER}-thread .include -- cgit v1.2.3