pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-net-pop net/ruby-net-pop: missing include



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c6e4f3485c4
branches:  trunk
changeset: 389299:0c6e4f3485c4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 03 12:54:23 2022 +0000

description:
net/ruby-net-pop: missing include

Include ../../lang/ruby/rubyversion.mk before use RUBY_NET_POP_VER.

diffstat:

 net/ruby-net-pop/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a1d8eae4564c -r 0c6e4f3485c4 net/ruby-net-pop/Makefile
--- a/net/ruby-net-pop/Makefile Sat Dec 03 12:42:20 2022 +0000
+++ b/net/ruby-net-pop/Makefile Sat Dec 03 12:54:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/12/03 12:36:52 taca Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/03 12:54:23 taca Exp $
 
 DISTNAME=      net-pop-0.1.2
 CATEGORIES=    net mail
@@ -15,6 +15,8 @@
 
 USE_LANGUAGES= # none
 
+.include "../../lang/ruby/rubyversion.mk"
+
 .if "net-pop-${RUBY_NET_POP_VER}" == ${DISTNAME}
 PKG_SKIP_REASON+=      "${DISTNAME} is included in ${RUBY_BASE}"
 .endif



Home | Main Index | Thread Index | Old Index