svn commit: r326145 - head/x11-fm/py-nautilus

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 12:56:24 UTC 2013


Author: bapt
Date: Tue Sep  3 12:56:24 2013
New Revision: 326145
URL: http://svnweb.freebsd.org/changeset/ports/326145

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/x11-fm/py-nautilus/Makefile

Modified: head/x11-fm/py-nautilus/Makefile
==============================================================================
--- head/x11-fm/py-nautilus/Makefile	Tue Sep  3 12:55:07 2013	(r326144)
+++ head/x11-fm/py-nautilus/Makefile	Tue Sep  3 12:56:24 2013	(r326145)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	py-nautilus
-# Date created:				31 May, 2005
-# Whom:					Adam Weinberger <adamw at FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw at FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.11 2009/04/07 17:54:12 marcus Exp $
-#
 
 PORTNAME=	nautilus
 PORTVERSION=	0.7.2
@@ -21,10 +17,10 @@ COMMENT=	Python nautilus bindings
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_PYTHON=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack pygnome2 nautilus2
 CONFIGURE_ENV=	PYTHON_VERSION="${PYTHON_VER}"
 


More information about the svn-ports-all mailing list