svn commit: r325393 - head/net-p2p/verlihub

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 26 12:39:36 UTC 2013


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 at yahoo.com>
-#
+# Created by: Bill Cadwallader <hurbold at 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


More information about the svn-ports-head mailing list