diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-12 14:26:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-12 14:26:15 +0000 |
commit | 38ea53bce1f00bf2bd67db4d49cf5e3eed6871e8 (patch) | |
tree | 0002108fa2b1a61f24c75bb316221468e1984325 /print | |
parent | 3d6617616cdd39119548f98a01ab47fbd7f16c5c (diff) | |
download | pkgsrc-38ea53bce1f00bf2bd67db4d49cf5e3eed6871e8.tar.gz |
Revert "Specify readline requirement"
The underlying problem should be debugged and fixed instead.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 1afa7c4b709..ef3b2d5c5c9 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.235 2016/12/03 16:43:16 marino Exp $ +# $NetBSD: Makefile,v 1.236 2016/12/12 14:26:15 wiz Exp $ DISTNAME= cups-2.2.1-source PKGNAME= ${DISTNAME:S/-source//} @@ -176,5 +176,4 @@ post-install: .include "../../mk/pthread.buildlink3.mk" .include "../../print/libpaper/buildlink3.mk" .include "../../security/gnutls/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |