diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-05-19 13:18:17 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-05-19 13:18:17 +0000 |
commit | 098f98682dd7856b7e787de7d52369df37f6b04c (patch) | |
tree | 25382bc0044448e22fd980327501c0211c73aa3c /print/gtklp | |
parent | 80a5d2ddad6e57a03001d18d58f859b273730313 (diff) | |
download | pkgsrc-098f98682dd7856b7e787de7d52369df37f6b04c.tar.gz |
Switch all cups15 packages to use cups.
Diffstat (limited to 'print/gtklp')
-rw-r--r-- | print/gtklp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index eb8326896fe..e941078c4f7 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/02/12 06:25:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2017/05/19 13:18:18 prlw1 Exp $ # DISTNAME= gtklp-1.2.7 @@ -19,5 +19,5 @@ MAKE_FLAGS+= install_sh=${WRKSRC}/install-sh .include "../../devel/glib2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../print/cups15/buildlink3.mk" +.include "../../print/cups/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |