diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-30 16:14:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-30 16:14:38 +0800 |
commit | 4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1 (patch) | |
tree | d6d55530e7bc803077b0738d652500a3cf798536 | |
parent | 45513b11e001967ab0c001592539dcba66fd4aee (diff) | |
download | marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.tar marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.tar.gz marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.tar.bz2 marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.tar.lz marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.tar.xz marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.tar.zst marcuscom-ports-4ceb6d9e691136e05bfc3fbe54b766cfbd2b7ad1.zip |
Chase archivers/xz shlib bump. (only affects FreeBSD 7.x)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15934 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/yelp3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/yelp3/Makefile b/x11/yelp3/Makefile index dec0ccaa6..f893df588 100644 --- a/x11/yelp3/Makefile +++ b/x11/yelp3/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp3/Makefile,v 1.12 2011/04/16 07:37:59 kwm Exp $ +# $MCom: ports/x11/yelp3/Makefile,v 1.13 2011/04/27 17:08:30 kwm Exp $ # PORTNAME= yelp @@ -49,7 +49,7 @@ LDFLAGS+= -fstack-protector CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr/include" \ YELP_LZMA_LIBS="-L/usr/lib -llzma" .else -LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz +LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz .endif post-patch: |