diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-25 15:11:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-25 15:11:34 +0800 |
commit | 1d02af1321769d81f3ef310de8ea924a1cb4896c (patch) | |
tree | 335c15ffac446d6b803adfef514948da97067751 /net/pecl-yaz | |
parent | 0843f2cbb2da1fb2a60d1af3fbe620b8606bd390 (diff) | |
download | freebsd-ports-gnome-1d02af1321769d81f3ef310de8ea924a1cb4896c.tar.gz freebsd-ports-gnome-1d02af1321769d81f3ef310de8ea924a1cb4896c.tar.zst freebsd-ports-gnome-1d02af1321769d81f3ef310de8ea924a1cb4896c.zip |
- Fix build with net/yaz
PR: 156367
Approved by: maintainer timeout
Diffstat (limited to 'net/pecl-yaz')
-rw-r--r-- | net/pecl-yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile index 07d197aaf230..148f3be56b2e 100644 --- a/net/pecl-yaz/Makefile +++ b/net/pecl-yaz/Makefile @@ -7,7 +7,7 @@ PORTNAME= yaz PORTVERSION= 1.0.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-yaz=${LOCALBASE} .include <bsd.port.pre.mk> pre-configure: - @if [ `${PKG_INFO} 'yaz>=4.1.4' > /dev/null 2>&1` ]; then \ + @if [ `${PKG_INFO} 'yaz>=4.1.6' > /dev/null 2>&1` ]; then \ ${REINPLACE_CMD} -e 's|YAZVERSION|YAZ_VERSION|g' \ ${WRKSRC}/configure; fi |