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/terminatorx | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 40aaeda48c9..5a7910c98e0 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2017/02/12 06:25:06 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.47 2018/03/07 11:57:28 wiz Exp $ DISTNAME= terminatorX-3.82 PKGNAME= ${DISTNAME:S/X/x/} -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= audio MASTER_SITES= http://terminatorx.org/dist/ EXTRACT_SUFX= .tar.bz2 @@ -39,7 +38,7 @@ SUBST_MESSAGE.oss= Fixing hardcoded audio device. .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXxf86dga/buildlink3.mk" -.include "../../x11/xf86dgaproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |