diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-11-21 20:31:37 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-11-21 20:31:37 +0000 |
commit | dd12faabf82d2a231f86c38ffef1f3cb9b617fd3 (patch) | |
tree | bd9e78de68e03c05a4c3ba4d09a1ee08afcee53b /sysutils/dar | |
parent | 175a4107e6c08207cb6fb4a9b2e841b19bef51f5 (diff) | |
download | ports-dd12faabf82d2a231f86c38ffef1f3cb9b617fd3.tar.gz ports-dd12faabf82d2a231f86c38ffef1f3cb9b617fd3.zip |
Notes
Diffstat (limited to 'sysutils/dar')
-rw-r--r-- | sysutils/dar/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index e253bd95e3ed..3d46359b6273 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -3,6 +3,7 @@ PORTNAME= dar PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= SF @@ -25,9 +26,16 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS GCRYPT LZO NLS +OPTIONS_DEFINE= GCRYPT GPGME LZO ZLIB BZIP2 LZMA DOCS NLS OPTIONS_SUB= yes +ZLIB_CONFIGURE_OFF= --disable-libz-linking +BZIP2_CONFIGURE_OFF= --disable-libbz2-linking +LZMA_CONFIGURE_OFF= --disable-libxz-linking +GPGME_DESC= gpgme for asymetric crypto algorithms +GPGME_CONFIGURE_OFF= --disable-gpgme-linking +GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme +GPGME_IMPLIES= GCRYPT GCRYPT_CONFIGURE_OFF= --disable-libgcrypt-linking GCRYPT_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt LZO_DESC= Support lzo compression via liblzo2 |