diff options
author | crees <crees@FreeBSD.org> | 2013-01-25 03:33:46 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-01-25 03:33:46 +0800 |
commit | 922cd489d7b74528cd61cf7f0583b596bcb149a1 (patch) | |
tree | 7773a22c453a58a65f7e25b7120d9ae2edc05c6d /devel/Makefile | |
parent | b7efb8e6599efe0f5c398426858325ad4ff8d678 (diff) | |
download | freebsd-ports-gnome-922cd489d7b74528cd61cf7f0583b596bcb149a1.tar.gz freebsd-ports-gnome-922cd489d7b74528cd61cf7f0583b596bcb149a1.tar.zst freebsd-ports-gnome-922cd489d7b74528cd61cf7f0583b596bcb149a1.zip |
Add slave for subversion, to build a package with no dependencies.
This can be easily installed once the package builds are back up, and makes
a fast installation of Subversion much easier.
The reason that LATEST_LINK is explicitly set is to work around the
OPTIONS / UNIQUENAME issues.
Reviewed by: lev (but all bugs are mine)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3ac564e4f9dc..bc4d034f9df8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4185,6 +4185,7 @@ SUBDIR += subcommander SUBDIR += subcommander2 SUBDIR += subversion + SUBDIR += subversion-static SUBDIR += subversion16 SUBDIR += subversive SUBDIR += sunterlib |