diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 20:15:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-28 20:15:27 +0800 |
commit | 679f82ba5a2b417c7b9118d4072ce41bf89575aa (patch) | |
tree | d4a27818ffefc4937f1c1eabc3983d20e4c228ea /net-im | |
parent | 4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (diff) | |
download | marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.gz marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.zst marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.zip |
More syncs with ports, updating for new USES, bit of reshuffling to reduce
diffs with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/folks/Makefile | 2 | ||||
-rw-r--r-- | net-im/folks04/Makefile | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index acbf5ba13..6228c8822 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -21,8 +21,8 @@ USE_XZ= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GMAKE= yes +USES= pathfix gettext USE_GNOME= gnomehier intlhack ltverhack evolutiondataserver3 -USES= gettext pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-im/folks04/Makefile b/net-im/folks04/Makefile index 6051289d5..0c40d7ff7 100644 --- a/net-im/folks04/Makefile +++ b/net-im/folks04/Makefile @@ -4,6 +4,7 @@ PORTNAME= folks PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= GNOME @@ -20,11 +21,11 @@ CONFLICTS= folks-0.[6-9].[0-9]* USE_BZIP2= yes USE_LDCONFIG= yes USE_GMAKE= yes +USES= pathfix gettext USE_GNOME= intlhack gnomehier -USES= gettext pathfix GNU_CONFIGURE= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=22 |