summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-02-09 13:35:56 +0000
committerryoon <ryoon@pkgsrc.org>2013-02-09 13:35:56 +0000
commit276604a07f3b03953284895660a61e4f06d0c381 (patch)
treea7d3d6255a4818aba5459f17d578e53ff2ad2591 /devel
parent07ba564986f77a77046b100457535409b2eda313 (diff)
downloadpkgsrc-276604a07f3b03953284895660a61e4f06d0c381.tar.gz
There is subversion16-base only.
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion16/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile
index 30591ec0eb6..08ffe442210 100644
--- a/devel/subversion16/Makefile
+++ b/devel/subversion16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/02/09 13:27:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/09 13:35:56 ryoon Exp $
PKGNAME= subversion16-${SVNVER}
COMMENT= Version control system, meta-package
@@ -8,16 +8,16 @@ META_PACKAGE= # empty
.include "../../devel/subversion16/Makefile.common"
DEPENDS+= subversion16-base-${SVNVER}{,nb[0-9]*}:../../devel/subversion16-base
-DEPENDS+= ${APACHE_PKG_PREFIX}-subversion16-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion16
-DEPENDS+= p5-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion16
-DEPENDS+= ${PYPKGPREFIX}-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion16
-DEPENDS+= ${RUBY_PKGPREFIX}-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion16
+#DEPENDS+= ${APACHE_PKG_PREFIX}-subversion16-${SVNVER}{,nb[0-9]*}:../../www/ap2-subversion16
+#DEPENDS+= p5-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/p5-subversion16
+#DEPENDS+= ${PYPKGPREFIX}-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/py-subversion16
+#DEPENDS+= ${RUBY_PKGPREFIX}-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/ruby-subversion16
-.if !empty(PKG_OPTIONS:Mjava)
+#.if !empty(PKG_OPTIONS:Mjava)
# The standard implementation of java is non-portable and non-free, so
# we do not depend on it by default.
-DEPENDS+= java-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/java-subversion16
-.endif
+#DEPENDS+= java-subversion16-${SVNVER}{,nb[0-9]*}:../../devel/java-subversion16
+#.endif
CATEGORIES+= meta-pkgs