Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 18:46:18 +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: r314861 - head/palm/gnome-pilot
Message-ID:  <201303211846.r2LIkIOB084085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Mar 21 18:46:17 2013
New Revision: 314861
URL: http://svnweb.freebsd.org/changeset/ports/314861

Log:
  Add an explicit dependency on pkgconf
  convert gnomehack -> USES=pathfix
  Trim headers
  
  Approved by:	gnome (kwm)

Modified:
  head/palm/gnome-pilot/Makefile

Modified: head/palm/gnome-pilot/Makefile
==============================================================================
--- head/palm/gnome-pilot/Makefile	Thu Mar 21 18:31:39 2013	(r314860)
+++ head/palm/gnome-pilot/Makefile	Thu Mar 21 18:46:17 2013	(r314861)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gnomepilot2
-# Date created:		12 March 2003
-# Whom:			Joe Marcus Clarke <marcus@marcuscom.com>
-#
+# Created by: Joe Marcus Clarke <marcus@marcuscom.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gnome-pilot
 PORTVERSION=	2.0.17
@@ -18,9 +14,11 @@ COMMENT=	PalmPilot conduit system for GN
 BUILD_DEPENDS=	gob2:${PORTSDIR}/devel/gob2
 LIB_DEPENDS=	pisock.9:${PORTSDIR}/palm/pilot-link
 
+USES=		pathfix
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack gnomehier gnomepanel intlhack \
+USE_PKGCONFIG=	build
+USE_GNOME=	gnomeprefix gnomehier gnomepanel intlhack \
 		ltverhack libgnomeui
 USE_GETTEXT=	yes
 USE_AUTOTOOLS=	libtool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303211846.r2LIkIOB084085>