diff options
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index f9f322bad08..0a26f946d11 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2012/09/15 10:05:20 obache Exp $ +# $NetBSD: Makefile,v 1.51 2012/10/02 20:11:50 asau Exp $ .include "dist.mk" @@ -11,8 +11,6 @@ HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language LICENSE= python-software-foundation -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS+= python-[0-9]* GNU_CONFIGURE= yes |