aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-06 15:59:09 +0800
committerbapt <bapt@FreeBSD.org>2013-07-06 15:59:09 +0800
commit67143bc225b1347386be1f87d132b887602226d3 (patch)
treeb1ae96041621da5b278f303628796e2cbe87da3d /graphics
parent6efd93d33e1b9da253b0c61d7ba66a1f4458c502 (diff)
downloadfreebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.gz
freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.zst
freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.zip
Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert: USE_ICONV -> USES=iconv USE_GMAKE -> USES=gmake USE_GNOME=gnomehack -> USES=pathfix some post-patch to USES=pathfix
Diffstat (limited to 'graphics')
-rw-r--r--graphics/makehuman/Makefile3
-rw-r--r--graphics/nathive/Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile
index 0269fefa002e..1cdc83695e23 100644
--- a/graphics/makehuman/Makefile
+++ b/graphics/makehuman/Makefile
@@ -13,9 +13,8 @@ COMMENT= Application for parametrical modeling of 3D humanoid characters
LIB_DEPENDS= animorph:${PORTSDIR}/graphics/animorph \
mhgui:${PORTSDIR}/graphics/mhgui
+USES= gmake pkgconfig
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_PKGCONFIG= build
USE_GL= glut
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile
index ae1b391b1692..717199163702 100644
--- a/graphics/nathive/Makefile
+++ b/graphics/nathive/Makefile
@@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_source
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Lightweight image editor
+USES= pkgconfig
USE_GNOME= glib20 gtk20
-USE_PKGCONFIG= build
ALL_TARGET= default
post-patch: