diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-26 20:39:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-26 20:39:35 +0800 |
commit | 31b36415cd9bc47352b0484a60468b84578bc529 (patch) | |
tree | df181d396ffdfc8a2a499670ec347413658203de /net-p2p | |
parent | 18c4144e5c6641db81a80c04d51e7856f1899d38 (diff) | |
download | freebsd-ports-gnome-31b36415cd9bc47352b0484a60468b84578bc529.tar.gz freebsd-ports-gnome-31b36415cd9bc47352b0484a60468b84578bc529.tar.zst freebsd-ports-gnome-31b36415cd9bc47352b0484a60468b84578bc529.zip |
Fix linking
While here trim headers
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 |