diff options
author | makc <makc@FreeBSD.org> | 2010-02-19 03:05:09 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-02-19 03:05:09 +0800 |
commit | 7bf38b1ab83c1305c511216f55653c050a446225 (patch) | |
tree | fb7a9f038ae3a889a17d1345e16433cf9d1ba484 /polish/libgadu/Makefile | |
parent | 0be041adac93dcdcf1522c5290c5a4fd3d5bb1a5 (diff) | |
download | freebsd-ports-gnome-7bf38b1ab83c1305c511216f55653c050a446225.tar.gz freebsd-ports-gnome-7bf38b1ab83c1305c511216f55653c050a446225.tar.zst freebsd-ports-gnome-7bf38b1ab83c1305c511216f55653c050a446225.zip |
Update to 1.9.0-rc2
PR: ports/144014
Submitted by: Marcin Wisnicki (maintainer)
Feature safe: yes
Diffstat (limited to 'polish/libgadu/Makefile')
-rw-r--r-- | polish/libgadu/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index 400849db8465..a58e464a5c4a 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= libgadu -PORTVERSION= 1.8.2 -PORTREVISION= 1 +DISTVERSION= 1.9.0-rc2 PORTEPOCH= 1 CATEGORIES= polish net MASTER_SITES= http://toxygen.net/libgadu/files/ @@ -16,7 +15,6 @@ COMMENT= This library is used by many IMs with Gadu-Gadu support CONFLICTS= pl-ekg-1.[0-6]* -USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes @@ -40,6 +38,9 @@ PLIST_FILES= include/libgadu.h \ CONFIGURE_ARGS+= --without-openssl .endif +post-patch: + @${REINPLACE_CMD} -Ee 's/^((DIST_)?SUBDIRS.*) test(.*)/\1\3/' ${WRKSRC}/Makefile.in + pre-install: .if defined(WITH_OPENSSL) |