pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bcal: Use generic readline buildlink



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Fri Dec 14 21:06:50 2018 +0100
Changeset:	4256435a32f261c6176bf73b2e22616972b1a20e

Modified Files:
	bcal/Makefile

Log Message:
bcal: Use generic readline buildlink

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4256435a32f261c6176bf73b2e22616972b1a20e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bcal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bcal/Makefile b/bcal/Makefile
index 7e1984bc51..ad3d6dc68e 100644
--- a/bcal/Makefile
+++ b/bcal/Makefile
@@ -16,5 +16,5 @@ DEPENDS+=	bc-[0-9]*:../../math/bc
 
 MAKE_FLAGS+=	MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index