svn commit: r314859 - head/palm/jpilot

Baptiste Daroussin bapt at FreeBSD.org
Thu Mar 21 18:27:18 UTC 2013


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 at webct.com>
-#
+# Created by: Alex Varju <varju at 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


More information about the svn-ports-all mailing list