diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /devel/korelib | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'devel/korelib')
-rw-r--r-- | devel/korelib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/korelib/Makefile b/devel/korelib/Makefile index 2199e172f1fd..5088df3a45f1 100644 --- a/devel/korelib/Makefile +++ b/devel/korelib/Makefile @@ -16,7 +16,8 @@ COMMENT= A cross-platform C++ library for developing modular applications USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 +USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes |