diff options
author | leeym <leeym@FreeBSD.org> | 2004-05-30 15:19:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-05-30 15:19:41 +0800 |
commit | 6a61c9330545f5d318aae4221830dc3182ee5488 (patch) | |
tree | 5d7058410d99915bf2427a7db6d7f51314c0e62c /net-p2p/verlihub | |
parent | 39dcd077c382040ba1fca64393e5640ca3a1d6e6 (diff) | |
download | freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.tar.gz freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.tar.zst freebsd-ports-gnome-6a61c9330545f5d318aae4221830dc3182ee5488.zip |
- net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- add missing @exec and remove old SIZE in net/GeoIP
- update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION
- utilize PORTDOCS in www/mod_geoip
Noticed by: kris
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r-- | net-p2p/verlihub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index c810b3d0b6ea..a55285b2f158 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/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 |