summaryrefslogtreecommitdiff
path: root/irc/irssi/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2001-03-10 14:32:47 +0000
committerJim Mock <jim@FreeBSD.org>2001-03-10 14:32:47 +0000
commit5439cbea0fa7650ef483f7c30e04075d07579cea (patch)
tree2eb14c99105109ac65919c4bfe8a25959300993d /irc/irssi/Makefile
parentUpdate for new libgd soname. (diff)
Update to version 0.7.98.2. While I'm here, turn MAINTAINERship back
over to ports@FreeBSD.org.
Notes
Notes: svn path=/head/; revision=39426
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r--irc/irssi/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 32f731c75be5..9ce3bc4dea76 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -6,26 +6,22 @@
#
PORTNAME= irssi
-PORTVERSION= 0.7.97.2
+PORTVERSION= 0.7.98.2
CATEGORIES= irc ipv6
MASTER_SITES= http://irssi.org/files/
-MAINTAINER= jim@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
-WRKSRC= ${WRKDIR}/irssi-0.7.97
-
USE_BZIP2= yes
USE_PERL5= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-socks --with-textui --with-bot \
- --without-servertest \
+CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \
--enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"
.include <bsd.port.pre.mk>