diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-21 19:18:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-21 19:18:09 +0000 |
commit | 9e82e61dbd5f0584b85f3a5f651c560f64dfa5ff (patch) | |
tree | c0f616f7e3afab949aecb4deba411391ea2f4950 /net | |
parent | Update to 0.6.3.1. Notable changes in this release: (diff) |
Fix build problem.
PR: ports/45498
Submitted by: Cedric Lamalle <cedric@cedric.trix.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=70697
Diffstat (limited to 'net')
-rw-r--r-- | net/kmerlin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/kmerlin/Makefile b/net/kmerlin/Makefile index a1f23937102b..fd04ba9f4e3e 100644 --- a/net/kmerlin/Makefile +++ b/net/kmerlin/Makefile @@ -16,6 +16,7 @@ MAINTAINER= cedric@cedric.trix.net USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_AUTOMAKE_VER=15 USE_AUTOMAKE= yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" CONFIGURE_ARGS+= --prefix=${LOCALBASE} |