diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-05-25 20:02:52 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-05-25 20:02:52 +0800 |
commit | 560c645fa92a0ee81e2e9f518cec2b02855750a9 (patch) | |
tree | abd0545e36cb7e443c73a690e131d922366227fe /irc | |
parent | ce00609b187e62058f6e1848a98f310b1f95cb21 (diff) | |
download | freebsd-ports-gnome-560c645fa92a0ee81e2e9f518cec2b02855750a9.tar.gz freebsd-ports-gnome-560c645fa92a0ee81e2e9f518cec2b02855750a9.tar.zst freebsd-ports-gnome-560c645fa92a0ee81e2e9f518cec2b02855750a9.zip |
- Fix build when defined openssl in make.conf
- BUMP PORTREVISION
PR: ports/146452
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |