diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 07:02:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 07:02:45 +0800 |
commit | dd1b88d4af15d6cd7ce7520e7961c59e87f24f6c (patch) | |
tree | f48f10cfa3bfa5bfe892a414f9a998d9b28a7782 | |
parent | 82a7affb2e926d04291b468bb54fcdbbca566f38 (diff) | |
download | freebsd-ports-gnome-dd1b88d4af15d6cd7ce7520e7961c59e87f24f6c.tar.gz freebsd-ports-gnome-dd1b88d4af15d6cd7ce7520e7961c59e87f24f6c.tar.zst freebsd-ports-gnome-dd1b88d4af15d6cd7ce7520e7961c59e87f24f6c.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Convert USE_GNOME=gnomehack to USES=pathfix
-rw-r--r-- | deskutils/tagutils/Makefile | 10 |
1 files 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 <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 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 |