From 67143bc225b1347386be1f87d132b887602226d3 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 6 Jul 2013 07:59:09 +0000 Subject: 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 --- graphics/makehuman/Makefile | 3 +-- graphics/nathive/Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics') 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: -- cgit