diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-19 05:05:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-19 05:05:25 +0800 |
commit | 837f916463856d1f65342a8c2c40f4f19d9f58d0 (patch) | |
tree | 06bd96b969700ee54edecb85e1736540bb427c14 /net-im/empathy3/Makefile | |
parent | 321df89a528a05e72336000d46f455a37b90309d (diff) | |
download | marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.tar marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.tar.gz marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.tar.bz2 marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.tar.lz marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.tar.xz marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.tar.zst marcuscom-ports-837f916463856d1f65342a8c2c40f4f19d9f58d0.zip |
Update to 3.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16469 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy3/Makefile')
-rw-r--r-- | net-im/empathy3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile index 262172c8e..c1fdac920 100644 --- a/net-im/empathy3/Makefile +++ b/net-im/empathy3/Makefile @@ -3,10 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy3/Makefile,v 1.20 2011/10/07 10:32:58 kwm Exp $ +# $MCom: ports/net-im/empathy3/Makefile,v 1.21 2011/10/13 10:32:59 kwm Exp $ PORTNAME= empathy -PORTVERSION= 3.2.0.1 +PORTVERSION= 3.2.1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -45,9 +45,9 @@ USE_AUTOTOOLS= libtool INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PYTHON= yes -MAKE_JOBS_UNSAFE=yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +#MAKE_JOBS_UNSAFE=yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-Werror \ --disable-goa \ --enable-location=no |