From 74e0f8a8b686b5907c28d2392a09652cada4ca50 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 3 Sep 2013 12:13:23 +0000 Subject: Add an explicit dependency on pkgconf --- editors/ghex/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'editors/ghex/Makefile') diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index b7691dd78ed7..c14627fff470 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: ghex2 -# Date created: 15 September 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/editors/ghex/Makefile,v 1.13 2008/08/23 18:22:59 mezz Exp $ -# PORTNAME= ghex PORTVERSION= 2.24.0 @@ -17,10 +13,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ gnomedocutils -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -- cgit