diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-02-09 13:34:47 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-02-09 13:34:47 +0000 |
commit | 07ba564986f77a77046b100457535409b2eda313 (patch) | |
tree | 9d8ad199048a689c48aa04ab7d2a5a33964408d6 | |
parent | e4d876aedb2890cef0c7d1e8b01a7032c5c02c0b (diff) | |
download | pkgsrc-07ba564986f77a77046b100457535409b2eda313.tar.gz |
Add subversion16 and subversion16-base.
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 87dd33c0eba..e019724ea64 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1694 2013/02/08 23:40:55 tonnerre Exp $ +# $NetBSD: Makefile,v 1.1695 2013/02/09 13:34:47 ryoon Exp $ # COMMENT= Development utilities @@ -1572,7 +1572,9 @@ SUBDIR+= st SUBDIR+= stgit SUBDIR+= stooop SUBDIR+= subversion +SUBDIR+= subversion16 SUBDIR+= subversion-base +SUBDIR+= subversion16-base SUBDIR+= sunifdef SUBDIR+= svk SUBDIR+= swig |