diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-05-30 07:19:41 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-05-30 07:19:41 +0000 |
commit | cd62882342c743ed1371a3fbc1618195ddf2221c (patch) | |
tree | 0a1245f88ae203586be5312d2872f8e82b742c6d /net/verlihub | |
parent | a26a0d0804e4d3df3f53cb8e0d49ed25d882659d (diff) |
Notes
Diffstat (limited to 'net/verlihub')
-rw-r--r-- | net/verlihub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/verlihub/Makefile b/net/verlihub/Makefile index c810b3d0b6ea..a55285b2f158 100644 --- a/net/verlihub/Makefile +++ b/net/verlihub/Makefile @@ -7,6 +7,7 @@ PORTNAME= verlihub PORTVERSION= 0.9.7r5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= verlihub @@ -15,7 +16,7 @@ DISTNAME= verlihub-0.9.7-RC5 MAINTAINER= hurbold@yahoo.com COMMENT= Verlihub Linux/Unix Direct Connect Hub Software -LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP \ +LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP \ pcre.0:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 |