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 /archivers | |
parent | 854d3237d5efcfeac553c3b1c8edace0220866af (diff) | |
download | ports-e5adf620cd7a2de19bdf8beea970d12b2710f1af.tar.gz ports-e5adf620cd7a2de19bdf8beea970d12b2710f1af.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/aolserver-nszlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/aolserver-nszlib/Makefile b/archivers/aolserver-nszlib/Makefile index 43f1ebdcb28e..e13c68f49c8f 100644 --- a/archivers/aolserver-nszlib/Makefile +++ b/archivers/aolserver-nszlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= nszlib PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers www MASTER_SITES= ftp://ftp.crystalballinc.com/pub/vlad/ MASTER_SITE_SUBDIR= aolserver @@ -21,7 +21,7 @@ COMMENT= Zlib library interface for AOLserver AOLSERVERBASE?= aolserver 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 |