diff options
author | nia <nia@pkgsrc.org> | 2021-04-12 12:35:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-12 12:35:19 +0000 |
commit | d495d542f3c37a1e1829052737dcc2bf43d49364 (patch) | |
tree | 2de19771d739bc12be9366ea0f0ba1145523cd7c /net | |
parent | cac120e2fec5dc7033a4c950a942f3cd831b1faf (diff) | |
download | pkgsrc-d495d542f3c37a1e1829052737dcc2bf43d49364.tar.gz |
gupnp12: remove pre-meson cruft
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp12/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/gupnp12/Makefile b/net/gupnp12/Makefile index 0c78809acb0..335de037adb 100644 --- a/net/gupnp12/Makefile +++ b/net/gupnp12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/12/04 20:45:34 nia Exp $ +# $NetBSD: Makefile,v 1.10 2021/04/12 12:35:19 nia Exp $ DISTNAME= gupnp-1.2.2 PKGNAME= ${DISTNAME:S/gupnp/gupnp12/} @@ -12,9 +12,7 @@ HOMEPAGE= http://www.gupnp.org/ COMMENT= Framework for UPnP devices (1.2 branch) LICENSE= gnu-lgpl-v2 -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= pkg-config REPLACE_PYTHON= tools/gupnp-binding-tool-1.2 |