From owner-svn-ports-all@FreeBSD.ORG Thu Mar 21 18:27:18 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F2B1FD2F; Thu, 21 Mar 2013 18:27:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E537E241; Thu, 21 Mar 2013 18:27:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LIRHtH078302; Thu, 21 Mar 2013 18:27:17 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2LIRHrh078301; Thu, 21 Mar 2013 18:27:17 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201303211827.r2LIRHrh078301@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 21 Mar 2013 18:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314859 - head/palm/jpilot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 18:27:18 -0000 Author: bapt Date: Thu Mar 21 18:27:17 2013 New Revision: 314859 URL: http://svnweb.freebsd.org/changeset/ports/314859 Log: Add an explicit dependency on pkgconf Modified: head/palm/jpilot/Makefile Modified: head/palm/jpilot/Makefile ============================================================================== --- head/palm/jpilot/Makefile Thu Mar 21 18:25:04 2013 (r314858) +++ head/palm/jpilot/Makefile Thu Mar 21 18:27:17 2013 (r314859) @@ -1,10 +1,5 @@ -# New ports collection makefile for: jpilot -# Date created: 23 August 1999 -# Whom: Alex Varju -# +# Created by: Alex Varju # $FreeBSD$ -# -# "?=" and "+=" are for including this Makefile from japanese/jpilot PORTNAME= jpilot PORTVERSION= 1.8.1 @@ -20,6 +15,7 @@ LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/p USE_GCC= any USE_GMAKE= yes +USE_PKGCONFIG= build USE_GNOME= gnomehier GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include