aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-clutter-gtk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
commiteb08c5441cf4772f805b99523084b12164ed2495 (patch)
treef4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/py-clutter-gtk
parenta285ade9102ca7c15642dfccd7816abc3c725c98 (diff)
Notes
Diffstat (limited to 'graphics/py-clutter-gtk')
-rw-r--r--graphics/py-clutter-gtk/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile
index d8e64c3a2630..e2841134b52c 100644
--- a/graphics/py-clutter-gtk/Makefile
+++ b/graphics/py-clutter-gtk/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: py-clutter-gtk
-# Date created: 04 Sep 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/graphics/py-clutter-gtk/Makefile,v 1.3 2010/02/15 10:36:26 kwm Exp $
-#
PORTNAME= clutter
PORTVERSION= 0.10.0
@@ -34,4 +30,5 @@ CONFIGURE_ARGS= --disable-docs
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+NO_STAGE= yes
.include <bsd.port.mk>