Date: Thu, 21 Mar 2013 18:27:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314859 - head/palm/jpilot Message-ID: <201303211827.r2LIRHrh078301@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <varju@webct.com> -# +# Created by: Alex Varju <varju@webct.com> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303211827.r2LIRHrh078301>