diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 20:30:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 20:30:23 +0000 |
commit | eba2752febf738c6ddc8a99990b1e6e7ef287fb0 (patch) | |
tree | 359d593b66fb345561cbc2276e6161b7c6bc6507 /security/aolserver-nsmhash | |
parent | 0764e6acd1f18a67c30d7f3a1de94fa7ca938176 (diff) | |
download | ports-eba2752febf738c6ddc8a99990b1e6e7ef287fb0.tar.gz ports-eba2752febf738c6ddc8a99990b1e6e7ef287fb0.zip |
- Fix build
- Respect tcl-thread
- Bump PORTREVISION
Submitted by: pointyhat
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=187157
Diffstat (limited to 'security/aolserver-nsmhash')
-rw-r--r-- | security/aolserver-nsmhash/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
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 <bsd.port.pre.mk> |