svn commit: r315386 - head/net-im/folks04
Koop Mast
kwm at FreeBSD.org
Wed Mar 27 14:09:04 UTC 2013
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
More information about the svn-ports-all
mailing list