diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:56:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:56:24 +0000 |
commit | d11a89df9cfad931f9c16e01888b6debf96253c7 (patch) | |
tree | cc0c16d00aa4d0527922b6a26fc947d2bd30a900 /x11-fm | |
parent | 5060204d29efd9f8a2c157503e880f25b0e76752 (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/py-nautilus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile index 8fa74f1031b3..25cf04b3d9cf 100644 --- a/x11-fm/py-nautilus/Makefile +++ b/x11-fm/py-nautilus/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-nautilus -# Date created: 31 May, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@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}" |