diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-25 00:19:58 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-25 00:19:58 +0800 |
commit | 0e00f5d4b2b79b6988fa540921fdd4d2f92cf04e (patch) | |
tree | 2bd17e2c8098dc091d44c43abec0a1c1843460fb /net/licq-console | |
parent | 4a2ca536734a27ebebd8c4a5549bb7eec94884f4 (diff) | |
download | freebsd-ports-gnome-0e00f5d4b2b79b6988fa540921fdd4d2f92cf04e.tar.gz freebsd-ports-gnome-0e00f5d4b2b79b6988fa540921fdd4d2f92cf04e.tar.zst freebsd-ports-gnome-0e00f5d4b2b79b6988fa540921fdd4d2f92cf04e.zip |
- update to licq-base-1.2.6, licq-qt-gui-1.2.6, licq-console-1.2.6
Diffstat (limited to 'net/licq-console')
-rw-r--r-- | net/licq-console/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index 7393019e6afb..c68dd4543e8e 100644 --- a/net/licq-console/Makefile +++ b/net/licq-console/Makefile @@ -12,8 +12,8 @@ CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org COMMENT= Ncurses-based console plugin for Licq -USE_AUTOCONF_VER= 253 -USE_AUTOMAKE_VER= 15 +#USE_AUTOCONF_VER= 254 +#USE_AUTOMAKE_VER= 15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" LICQ_PORT?= ${PORTSDIR}/net/licq |