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 /x11/rgb | |
parent | b453d2e678a282d0b13c68db2d1955015196722a (diff) | |
download | pkgsrc-9fe6230d558daa8fd4473f51099dfade5ab9769e.tar.gz |
xorgproto: use xorgproto instead of separate *proto packages
Remove now obsolete packages.
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile index 06e11b6b8da..d66cc905cf5 100644 --- a/x11/rgb/Makefile +++ b/x11/rgb/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/11/08 21:59:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/03/07 11:57:39 wiz Exp $ DISTNAME= rgb-1.0.6 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -14,5 +15,5 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 -.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |