diff options
Diffstat (limited to 'net-im/licq-console/Makefile')
-rw-r--r-- | net-im/licq-console/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 7449d5cb4448..e8ce148523b8 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -11,7 +11,8 @@ CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org -USE_AUTOMAKE= yes +USE_AUTOCONF_VER= 253 +USE_AUTOMAKE_VER= 15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" INCDIR= ${PORTSDIR}/net |