From 560c645fa92a0ee81e2e9f518cec2b02855750a9 Mon Sep 17 00:00:00 2001 From: sylvio Date: Tue, 25 May 2010 12:02:52 +0000 Subject: - Fix build when defined openssl in make.conf - BUMP PORTREVISION PR: ports/146452 Submitted by: John Marshall --- irc/bip/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'irc') diff --git a/irc/bip/Makefile b/irc/bip/Makefile index 4d7dec614fd2..a04fd28d296f 100644 --- a/irc/bip/Makefile +++ b/irc/bip/Makefile @@ -7,6 +7,7 @@ PORTNAME= bip PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://bip.t1r.net/downloads/ \ http://distfiles.gentoo.org/distfiles/ \ @@ -16,6 +17,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= A simple IRC proxy with SSL support GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes INSTALL_TARGET= SUBDIR=src install-exec -- cgit