diff options
author | drochner <drochner> | 2014-02-12 17:53:02 +0000 |
---|---|---|
committer | drochner <drochner> | 2014-02-12 17:53:02 +0000 |
commit | ce2c7ee5f2bd890e7cb1fad9c058cb5d4c6b063d (patch) | |
tree | f03d230ace7741710569cc0fc0510049705f5051 /net/gupnp-igd | |
parent | e6f740a2c77ff86ff7f7ea7a0b6bcc2f5c326140 (diff) | |
download | pkgsrc-ce2c7ee5f2bd890e7cb1fad9c058cb5d4c6b063d.tar.gz |
kick out Python stuff -- I don't see any use (and there was one,
it should go into a separate pkg)
ride on today's update
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r-- | net/gupnp-igd/Makefile | 9 | ||||
-rw-r--r-- | net/gupnp-igd/PLIST | 6 |
2 files changed, 2 insertions, 13 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index a4898b389cc..1a2d5fd5e1a 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/02/12 15:15:20 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/02/12 17:53:02 drochner Exp $ DISTNAME= gupnp-igd-0.2.3 CATEGORIES= net devel @@ -11,22 +11,15 @@ COMMENT= Library to handle UPnP IGD port mapping LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-python USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= gupnp-igd-1.0.pc.in -PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gobject; not yet ported as of 0.2.2 - -CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} TEST_TARGET= check .include "../../net/gupnp/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0 .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/py-gobject/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" -.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/gupnp-igd/PLIST b/net/gupnp-igd/PLIST index 377bd66dafe..d063baa3f09 100644 --- a/net/gupnp-igd/PLIST +++ b/net/gupnp-igd/PLIST @@ -1,12 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2014/02/12 15:15:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/02/12 17:53:02 drochner Exp $ include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h lib/libgupnp-igd-1.0.la lib/pkgconfig/gupnp-igd-1.0.pc -${PYSITELIB}/gupnp/__init__.py -${PYSITELIB}/gupnp/__init__.pyc -${PYSITELIB}/gupnp/__init__.pyo -${PYSITELIB}/gupnp/igd.la share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html share/gtk-doc/html/gupnp-igd/ch01.html |