diff options
author | flz <flz@FreeBSD.org> | 2005-04-11 17:03:22 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-11 17:03:22 +0800 |
commit | 629e5464547fc65003dee8c6a87b3da58cddd835 (patch) | |
tree | 41f4d86bcb212160d93587d817f9da0011843e01 /polish/gnugadu2/Makefile | |
parent | 0bc559a238ccaa02ca1be490a973be56371d36f7 (diff) | |
download | freebsd-ports-gnome-629e5464547fc65003dee8c6a87b3da58cddd835.tar.gz freebsd-ports-gnome-629e5464547fc65003dee8c6a87b3da58cddd835.tar.zst freebsd-ports-gnome-629e5464547fc65003dee8c6a87b3da58cddd835.zip |
- Update to to 2.2.5 (thanks to Matthew Luckie <mjl@luckie.org.nz> for testing on 4.x)
PR: ports/79764
Submitted by: maintainer
Diffstat (limited to 'polish/gnugadu2/Makefile')
-rw-r--r-- | polish/gnugadu2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index ac1267250892..9f7ebc128607 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnugadu2 -PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTVERSION= 2.2.5 CATEGORIES= polish net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ggadu @@ -19,6 +18,7 @@ COMMENT= GTK2 based Gadu-Gadu client for X11 LIB_DEPENDS= gadu.3:${PORTSDIR}/polish/ekg \ audiofile.0:${PORTSDIR}/audio/libaudiofile +USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes @@ -27,7 +27,7 @@ USE_LIBTOOL_VER=15 USE_REINPLACE= yes INSTALLS_SHLIB= yes WANT_GNOME= yes -CONFLICTS= qhacc-* +CONFLICTS= qhacc-[0-9]* CONFIGURE_ARGS= \ --with-external-libgadu \ @@ -117,7 +117,9 @@ PLIST_SUB+= KDE:="@comment " .endif pre-everything:: -.if defined(WITH_TLEN) || defined(WITH_JABBER) || defined(WITH_XOSD) || defined(WITH_DOCLET) || defined(WITH_DOCKAPP) || defined(WITH_ARTS) || defined(WITH_ESOUND) || defined(WITH_GTKSPELL) +.if defined(WITH_TLEN) || defined(WITH_JABBER) || defined(WITH_XOSD) || \ + defined(WITH_DOCKLET) || defined(WITH_DOCKAPP) || defined(WITH_GTKSPELL) || \ + defined(WITH_ARTS) || defined(WITH_ESOUND) @${ECHO_MSG} @${ECHO_MSG} " You can define following build options:" @${ECHO_MSG} |