diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-08 22:22:41 +0000 |
commit | 2ea071deb8ac59d694ded633b07c897e16489ed5 (patch) | |
tree | 9b1414950c0be1de50bdde9ff49b7152b0bb77a6 /net/licq/Makefile.inc | |
parent | Remove plist entries which are moved to opensp port. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=72773
Diffstat (limited to 'net/licq/Makefile.inc')
-rw-r--r-- | net/licq/Makefile.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/licq/Makefile.inc b/net/licq/Makefile.inc index 1a1621a937dc..315ae628cb34 100644 --- a/net/licq/Makefile.inc +++ b/net/licq/Makefile.inc @@ -2,11 +2,11 @@ # $FreeBSD$ PKGNAMEPREFIX= licq- -LICQ_VER= 1.2.0a -QT_LICQ_VER= 1.2.0 +LICQ_VER= 1.2.3 +QT_LICQ_VER= 1.2.3 RMS_LICQ_VER= 0.33 -CONSOLE_LICQ_VER= 1.2.0 -JONS_GTK_LICQ_VER= 0.20 +CONSOLE_LICQ_VER= 1.2.3 +JONS_GTK_LICQ_VER= 0.20.1 .if ${PORTNAME} != "base" RUN_DEPENDS+= licq:${PORTSDIR}/net/licq .endif @@ -20,7 +20,7 @@ MD5_FILE?= ${PORTSDIR}/net/licq/distinfo #USE_LIBTOOL= yes USE_GMAKE= yes USE_BZIP2= yes -WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} +WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME} PLIST_SUB+= LICQ_DEVEL="@comment " .if ${OSVERSION} > 500030 CPPFLAGS+= -Wno-deprecated |