diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-26 12:39:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-26 12:39:35 +0000 |
commit | 38efa93f3d1bb5b283ad06323b7aeee6e60de82e (patch) | |
tree | df181d396ffdfc8a2a499670ec347413658203de /net-p2p | |
parent | aaf52b6f43c6d315374a6bbc05252b6d60bf0496 (diff) | |
download | ports-38efa93f3d1bb5b283ad06323b7aeee6e60de82e.tar.gz ports-38efa93f3d1bb5b283ad06323b7aeee6e60de82e.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 |