diff options
author | ade <ade@FreeBSD.org> | 2004-02-12 03:18:02 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-02-12 03:18:02 +0800 |
commit | c5bcbc90547ba47134c5c6df23bb04c08d2f8296 (patch) | |
tree | 94885cc8d66b2b7286102d8041aabf008a6b8270 | |
parent | e4f08a7c802a055376039d5ef2126dc48930bf74 (diff) | |
download | freebsd-ports-gnome-c5bcbc90547ba47134c5c6df23bb04c08d2f8296.tar.gz freebsd-ports-gnome-c5bcbc90547ba47134c5c6df23bb04c08d2f8296.tar.zst freebsd-ports-gnome-c5bcbc90547ba47134c5c6df23bb04c08d2f8296.zip |
Link autoconf253 and automake15 into the build - not used by anything yet,
but soon.
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0124d48a64ed..815df434ed65 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -55,11 +55,13 @@ SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf213 + SUBDIR += autoconf253 SUBDIR += autoconf257 SUBDIR += autodia SUBDIR += autogen SUBDIR += automake SUBDIR += automake14 + SUBDIR += automake15 SUBDIR += automake17 SUBDIR += avarice SUBDIR += avltree |