From dd1b88d4af15d6cd7ce7520e7961c59e87f24f6c Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 1 Sep 2013 23:02:45 +0000 Subject: Convert USE_GNOME=pkgconfig to USES=pkgconfig Convert USE_GMAKE to USES=gmake Convert USE_GNOME=gnomehack to USES=pathfix --- deskutils/tagutils/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/deskutils/tagutils/Makefile b/deskutils/tagutils/Makefile index 7bf72556aaec..b8267016a630 100644 --- a/deskutils/tagutils/Makefile +++ b/deskutils/tagutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tagutils -# Date Created: 24 May 2006 -# Whom: Khairil Yusof -# +# Created by: Khairil Yusof # $FreeBSD$ -# PORTNAME= tagutils PORTVERSION= 0.3.0 @@ -16,9 +12,9 @@ COMMENT= A command line tool for tagging files 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 -- cgit