diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-21 14:02:41 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-21 14:02:41 +0000 |
commit | e5adf620cd7a2de19bdf8beea970d12b2710f1af (patch) | |
tree | 54ea6f0c4571850105a247d482ba8c9b880dea0c /security/aolserver-nsmhash | |
parent | 854d3237d5efcfeac553c3b1c8edace0220866af (diff) |
Notes
Diffstat (limited to 'security/aolserver-nsmhash')
-rw-r--r-- | security/aolserver-nsmhash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/aolserver-nsmhash/Makefile b/security/aolserver-nsmhash/Makefile index 7547fcc6f6ed..4d3797c90b62 100644 --- a/security/aolserver-nsmhash/Makefile +++ b/security/aolserver-nsmhash/Makefile @@ -7,6 +7,7 @@ PORTNAME= nsmhash PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://www.aolserver.cz/download/ PKGNAMEPREFIX= aolserver- @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR} AOLSERVERBASE?= aolserver LIB_DEPENDS+= mhash.2:${PORTSDIR}/security/mhash BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver USE_GMAKE= yes MAKEFILE= Makefile.ns |