diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-25 12:02:52 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-25 12:02:52 +0000 |
commit | 0c09ce26587116df92ad3b959a96fd8f23ddfabf (patch) | |
tree | bb6f0592e61789beac76f3c7031d820111a1340d /irc/bip/Makefile | |
parent | 2e9c8dde71e61a96511b89da46a711e23f93ff42 (diff) |
- Fix build when defined openssl in make.conf
- BUMP PORTREVISION
PR: ports/146452
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Notes
Notes:
svn path=/head/; revision=255051
Diffstat (limited to 'irc/bip/Makefile')
-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 |