diff options
author | obache <obache> | 2013-06-19 13:08:57 +0000 |
---|---|---|
committer | obache <obache> | 2013-06-19 13:08:57 +0000 |
commit | e855664fa427b48321a23f9e2ae045eb7d5c9161 (patch) | |
tree | de758d8efca94f56cc6129f4ff4ce62e3cf06c2b /mail/milter-manager | |
parent | 50d26d86e4d38f639befe4d0dcfed83f8d49e7e0 (diff) | |
download | pkgsrc-e855664fa427b48321a23f9e2ae045eb7d5c9161.tar.gz |
Good-bye Ruby-1.8, not supported.
Diffstat (limited to 'mail/milter-manager')
-rw-r--r-- | mail/milter-manager/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index 379f5b6d0d6..4a61e479428 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/03/14 12:30:41 obache Exp $ +# $NetBSD: Makefile,v 1.28 2013/06/19 13:08:57 obache Exp $ # DISTNAME= milter-manager-1.8.6 @@ -9,6 +9,8 @@ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://milter-manager.sourceforge.net/ COMMENT= Milter to use milters effectively +RUBY_VERSION_SUPPORTED= 193 + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config intltool msgfmt USE_LIBTOOL= yes |