Date: Sun, 1 Sep 2013 23:02:46 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325932 - head/deskutils/tagutils Message-ID: <201309012302.r81N2k8e055444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@inigo-tech.com> -# +# Created by: Khairil Yusof <kaeru@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012302.r81N2k8e055444>