diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 49aeedb1f41..ce3e2372a7a 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2010/09/28 07:50:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2010/09/28 07:52:04 jasper Exp $ SUBDIR = SUBDIR += core SUBDIR += clutter-box2d SUBDIR += clutter-gst SUBDIR += clutter-gtk -# SUBDIR += clutter-perl # SUBDIR += clutter-vala # SUBDIR += pyclutter Doesn't work yet (makes python crash) diff --git a/graphics/clutter/Makefile.inc b/graphics/clutter/Makefile.inc index 5c98274d6c6..91bb1de9dea 100644 --- a/graphics/clutter/Makefile.inc +++ b/graphics/clutter/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2010/09/27 15:11:08 jasper Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2010/09/28 07:52:04 jasper Exp $ SHARED_ONLY?= Yes @@ -6,7 +6,7 @@ CATEGORIES+= graphics/clutter x11 HOMEPAGE?= http://www.clutter-project.org/ -# LGPLv2.1/perl +# LGPLv2.1 PERMIT_PACKAGE_CDROM?= Yes PERMIT_PACKAGE_FTP?= Yes PERMIT_DISTFILES_CDROM?=Yes