diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
commit | 8039e2420d1da9a88102d5df7f194ab7456d384f (patch) | |
tree | c321bff40ebe23c438f288ab4459488c5943dbb0 /net/licq-console/Makefile | |
parent | 343eada3d1b2543d84e1204304d3ffd12834331e (diff) | |
download | FreeBSD-ports-8039e2420d1da9a88102d5df7f194ab7456d384f.zip FreeBSD-ports-8039e2420d1da9a88102d5df7f194ab7456d384f.tar.gz |
licq:
- Update to 1.2.3
- default config now prefix aware
- Update PKG_MESSAGE for gtk plugin
licq-qt-gui:
- Update to 1.2.3
licq-console:
- Update to 1.2.3
- user newer autoconf/automake
licq-jons-gtk-gui:
- Update to 1.2.3 (0.20.1)
Diffstat (limited to 'net/licq-console/Makefile')
-rw-r--r-- | net/licq-console/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index 7449d5c..e8ce148 100644 --- a/net/licq-console/Makefile +++ b/net/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 |