diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-05 18:51:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-05 18:51:26 +0000 |
commit | 94a3f9b7a3b2fbb0a8dbd7b23ce68a7fd17d4996 (patch) | |
tree | 582487f2bb6c9f4f0c6e734176270724791e41fc /audio/py-cddb | |
parent | 076e4f378a292a4551687d98f6df357bcd4f0569 (diff) | |
download | pkgsrc-94a3f9b7a3b2fbb0a8dbd7b23ce68a7fd17d4996.tar.gz |
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
Diffstat (limited to 'audio/py-cddb')
-rw-r--r-- | audio/py-cddb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 0c401f93d8c..08fa60ce19b 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:14 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:26 joerg Exp $ # DISTNAME= CDDB-1.4 @@ -14,7 +14,6 @@ COMMENT= Python module to access the CDDB online database PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYBINMODULE= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |