- Conditionalize bzip2 dependencies
- Fix pkg-plist PR: 32212 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
a67d0877cf
commit
919298e7a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50416
2 changed files with 8 additions and 6 deletions
|
@ -14,14 +14,15 @@ MASTER_SITE_SUBDIR= gnupdate
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= bz2:${PORTSDIR}/archivers/bzip2 \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl
|
||||
.if !exists(/usr/bin/bzip2)
|
||||
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= comprex-config.1
|
||||
MAN1= comprex-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,9 +10,10 @@ lib/comprex/file/bzip2.so
|
|||
lib/comprex/file/zlib.so
|
||||
lib/comprex/scheme/curl.a
|
||||
lib/libcomprex.a
|
||||
lib/libcomprex.so
|
||||
lib/libcomprex.so.0
|
||||
share/aclocal/comprex.m4
|
||||
@dirrm include/libcomprex
|
||||
@dirrm lib/comprex/file
|
||||
@dirrm lib/comprex/scheme
|
||||
@dirrm lib/comprex/file
|
||||
@dirrm lib/comprex
|
||||
@dirrm include/libcomprex
|
||||
|
|
Loading…
Reference in a new issue