1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

Fix gettext detection.

PR:		190299
This commit is contained in:
Tijl Coosemans 2014-05-27 21:13:42 +00:00
parent 8e8f4b5d5e
commit a57b09a9e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355575
3 changed files with 4 additions and 3 deletions

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)

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)

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)