diff options
-rw-r--r-- | net-p2p/verlihub/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 5ca65becead0..eea21ff4b6cc 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Verlihub -# Date created: 2 April 2004 -# Whom: Bill Cadwallader <hurbold@yahoo.com> -# +# Created by: Bill Cadwallader <hurbold@yahoo.com> # $FreeBSD$ -# PORTNAME= verlihub DISTVERSION= 0.9.8e-r2 @@ -22,6 +18,7 @@ LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ pcre.3:${PORTSDIR}/devel/pcre RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +LDFLAGS+= -L/usr/local/lib USE_RC_SUBR= verlihub USE_GCC= 4.2+ USE_AUTOTOOLS= libtool |