svn commit: r325932 - head/deskutils/tagutils

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 23:02:46 UTC 2013


Author: bapt
Date: Sun Sep  1 23:02:45 2013
New Revision: 325932
URL: http://svnweb.freebsd.org/changeset/ports/325932

Log:
  Convert USE_GNOME=pkgconfig to USES=pkgconfig
  Convert USE_GMAKE to USES=gmake
  Convert USE_GNOME=gnomehack to USES=pathfix

Modified:
  head/deskutils/tagutils/Makefile

Modified: head/deskutils/tagutils/Makefile
==============================================================================
--- head/deskutils/tagutils/Makefile	Sun Sep  1 22:58:55 2013	(r325931)
+++ head/deskutils/tagutils/Makefile	Sun Sep  1 23:02:45 2013	(r325932)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    tagutils
-# Date Created:             24 May 2006
-# Whom:                Khairil Yusof <kaeru at inigo-tech.com>
-#
+# Created by: Khairil Yusof <kaeru at inigo-tech.com>
 # $FreeBSD$
-#
 
 PORTNAME=	tagutils
 PORTVERSION=	0.3.0
@@ -16,9 +12,9 @@ COMMENT=	A command line tool for tagging
 
 LIB_DEPENDS=	leaftag.0:${PORTSDIR}/devel/libleaftag
 
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack glib20 pkgconfig
+USES=		gmake pathfix pkgconfig
+USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list