pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gawk



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Mar  5 12:44:55 UTC 2019

Modified Files:
        pkgsrc/lang/gawk: Makefile

Log Message:
Make the libreadline dependency explicit.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/gawk/Makefile

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

Modified files:

Index: pkgsrc/lang/gawk/Makefile
diff -u pkgsrc/lang/gawk/Makefile:1.66 pkgsrc/lang/gawk/Makefile:1.67
--- pkgsrc/lang/gawk/Makefile:1.66      Sat Jul 14 13:47:32 2018
+++ pkgsrc/lang/gawk/Makefile   Tue Mar  5 12:44:54 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2018/07/14 13:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.67 2019/03/05 12:44:54 hauke Exp $
 
 DISTNAME=      gawk-4.2.1
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gawk/}
 EXTRACT_SUFX=  .tar.xz
@@ -47,5 +48,6 @@ BUILDLINK_API_DEPENDS.gettext+=       gettext-
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index