aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-27 21:13:42 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-27 21:13:42 +0000
commita57b09a9e26e437e53668670fcff66c709c643da (patch)
treef95323e540a0cb3cf8ae455459c4ed1b30142f6a /net-im/libpurple
parent8e8f4b5d5e8d039cb8cdc4a65c2fccfdeef91888 (diff)
downloadports-a57b09a9e26e437e53668670fcff66c709c643da.tar.gz
ports-a57b09a9e26e437e53668670fcff66c709c643da.zip
Notes
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index f7687c65cad5..92975dfa6ed9 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -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)