aboutsummaryrefslogtreecommitdiff
path: root/deskutils/py-vobject
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:21:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:21:37 +0000
commitcf104c570b6057a060aff137032968074d18b40d (patch)
tree31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/py-vobject
parent36117d709704f772dbc3d305cda6923741791598 (diff)
downloadports-cf104c570b6057a060aff137032968074d18b40d.tar.gz
ports-cf104c570b6057a060aff137032968074d18b40d.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Notes
Notes: svn path=/head/; revision=327718
Diffstat (limited to 'deskutils/py-vobject')
-rw-r--r--deskutils/py-vobject/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/py-vobject/Makefile b/deskutils/py-vobject/Makefile
index 4e92c24cef3d..ec57192480c5 100644
--- a/deskutils/py-vobject/Makefile
+++ b/deskutils/py-vobject/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-vobject
-# Date created: 10 June 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= vobject
PORTVERSION= 0.8.1c
@@ -20,4 +16,5 @@ RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil
USE_PYTHON= 2.5+
USE_PYDISTUTILS=easy_install
+NO_STAGE= yes
.include <bsd.port.mk>