Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 14:09:04 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315386 - head/net-im/folks04
Message-ID:  <201303271409.r2RE94sN030976@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Mar 27 14:09:04 2013
New Revision: 315386
URL: http://svnweb.freebsd.org/changeset/ports/315386

Log:
  Add LATEST_LINK [1]
  While here, switch to USES=pathfix, spell PORTREVISION correct and s/=/+=/
  for CPPFLAGS and LDFLAGS
  
  Submitted by:	erwin [1]

Modified:
  head/net-im/folks04/Makefile

Modified: head/net-im/folks04/Makefile
==============================================================================
--- head/net-im/folks04/Makefile	Wed Mar 27 14:04:31 2013	(r315385)
+++ head/net-im/folks04/Makefile	Wed Mar 27 14:09:04 2013	(r315386)
@@ -4,7 +4,7 @@
 
 PORTNAME=	folks
 PORTVERSION=	0.4.3
-PORTREVISOIN=	1
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	GNOME
 
@@ -18,14 +18,16 @@ LIB_DEPENDS=	gee:${PORTSDIR}/devel/libge
 
 CONFLICTS=	folks-0.[6-9].[0-9]*
 
+LATEST_LINK=	${PORTNAME}04
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack intlhack gnomehier
+USES=		pathfix
+USE_GNOME=	intlhack gnomehier
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_SUB=	VERSION=22
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303271409.r2RE94sN030976>