diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-07 11:57:28 +0000 |
commit | 9fe6230d558daa8fd4473f51099dfade5ab9769e (patch) | |
tree | 3774260289d579d3aed9804481587d8f5aafc045 /audio/xmms | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile index edfdddc36d3..9ee1d8d63d1 100644 --- a/audio/xmms/Makefile +++ b/audio/xmms/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2015/09/07 12:02:07 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.80 2018/03/07 11:57:29 wiz Exp $ .include "Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 USE_TOOLS+= msgfmt @@ -22,5 +21,5 @@ REPLACE_SH= xmms-config.in .include "../../devel/zlib/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" -.include "../../x11/xf86vidmodeproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |