summaryrefslogtreecommitdiff
path: root/devel/ruby-amstd
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-03-07 03:35:08 +0000
committertaca <taca@pkgsrc.org>2004-03-07 03:35:08 +0000
commita1d9970b001fb4f5aa014ea61a28f04d43e211b3 (patch)
tree351898bce6334ec21c045266f42ab644f040f158 /devel/ruby-amstd
parent6c1257ec9cd9fbcb3889148666895279cc39c38c (diff)
downloadpkgsrc-a1d9970b001fb4f5aa014ea61a28f04d43e211b3.tar.gz
Remove ruby-amstd/Makefile.common since this file isn't used any more.
Diffstat (limited to 'devel/ruby-amstd')
-rw-r--r--devel/ruby-amstd/Makefile.common17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/ruby-amstd/Makefile.common b/devel/ruby-amstd/Makefile.common
deleted file mode 100644
index abb04442e25..00000000000
--- a/devel/ruby-amstd/Makefile.common
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2001/06/30 23:29:39 taca Exp $
-#
-
-# USE_RUBY_AMSTD - Says that the package uses amstd for building and
-# running.
-# RUBY_AMSTD_REQD - Minimum version required for ruby-amstd.
-RUBY_AMSTD_REQD= 1.9
-.if !defined(RUBY_AMSTD_MK)
-RUBY_AMSTD_MK= # defined
-
-USE_RUBY= yes
-
-.if defined(USE_RUBY_AMSTD)
-DEPENDS+= ${RUBY_PKGNAMEPREFIX}amstd>=${RUBY_AMSTD_REQD}:../../devel/ruby-amstd
-.endif
-
-.endif