diff options
author | wiz <wiz> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-09 07:36:53 +0000 |
commit | 1f40a115597a757dffb35d76fc06e4ced0708e2b (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /x11/gnome-applets | |
parent | 10c570a1541d725230c1afb3be2722bc774ee88c (diff) | |
download | pkgsrc-1f40a115597a757dffb35d76fc06e4ced0708e2b.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 58e26bcf168..3383dbd64f2 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2014/05/05 00:48:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.129 2014/05/09 07:37:26 wiz Exp $ DISTNAME= gnome-applets-2.32.1.1 PKGREVISION= 38 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .include "options.mk" |