svn commit: r314861 - head/palm/gnome-pilot

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


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 at marcuscom.com>
-#
+# Created by: Joe Marcus Clarke <marcus at 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


More information about the svn-ports-all mailing list