mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix gettext detection.
PR: 190299
This commit is contained in:
parent
8e8f4b5d5e
commit
a57b09a9e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355575
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user