Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 12:39:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325393 - head/net-p2p/verlihub
Message-ID:  <201308261239.r7QCdaHC048278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Aug 26 12:39:35 2013
New Revision: 325393
URL: http://svnweb.freebsd.org/changeset/ports/325393

Log:
  Fix linking
  While here trim headers

Modified:
  head/net-p2p/verlihub/Makefile

Modified: head/net-p2p/verlihub/Makefile
==============================================================================
--- head/net-p2p/verlihub/Makefile	Mon Aug 26 12:34:29 2013	(r325392)
+++ head/net-p2p/verlihub/Makefile	Mon Aug 26 12:39:35 2013	(r325393)
@@ -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/Geo
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261239.r7QCdaHC048278>