diff options
author | nork <nork@FreeBSD.org> | 2002-11-22 03:18:09 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-22 03:18:09 +0800 |
commit | c9ee57196c387c4b9e517e36e4a6e0166ecf5e27 (patch) | |
tree | b355093b864f9d527139ce76da3ec9d12cb9fc07 /net-im/kmerlin | |
parent | f4e4cfc3bb562618cf89b3a45c52a5eea523b569 (diff) | |
download | freebsd-ports-gnome-c9ee57196c387c4b9e517e36e4a6e0166ecf5e27.tar.gz freebsd-ports-gnome-c9ee57196c387c4b9e517e36e4a6e0166ecf5e27.tar.zst freebsd-ports-gnome-c9ee57196c387c4b9e517e36e4a6e0166ecf5e27.zip |
Fix build problem.
PR: ports/45498
Submitted by: Cedric Lamalle <cedric@cedric.trix.net> (maintainer)
Diffstat (limited to 'net-im/kmerlin')
-rw-r--r-- | net-im/kmerlin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile index a1f23937102b..fd04ba9f4e3e 100644 --- a/net-im/kmerlin/Makefile +++ b/net-im/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} |