Fix gettext detection.

PR:		190299
This commit is contained in:
Tijl Coosemans
2014-05-27 21:13:42 +00:00
parent 8e8f4b5d5e
commit a57b09a9e2
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
PORTNAME= finch
PORTREVISION= 4
PORTREVISION= 5
MAINTAINER= marcus@FreeBSD.org
COMMENT= Finch multi-protocol messaging client (Console UI)
+2 -1
View File
@@ -4,7 +4,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.10.9
PORTREVISION?= 3
PORTREVISION?= 4
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -21,6 +21,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
--enable-static \
--disable-nm
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
INSTALL_TARGET= install-strip
.if !defined(PIDGIN_SLAVE)
+1 -1
View File
@@ -3,7 +3,7 @@
# $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $
PORTNAME= pidgin
PORTREVISION= 2
PORTREVISION= 3
MAINTAINER= marcus@FreeBSD.org
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)