diff options
author | ade <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /archivers | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz |
Sync with new bsd.autotools.mk
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 5 | ||||
-rw-r--r-- | archivers/rpm/Makefile | 1 | ||||
-rw-r--r-- | archivers/sectar/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 17347c9..215650f 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -16,12 +16,13 @@ MASTER_SITE_SUBDIR= gnupdate MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl + .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif +USE_LIBLTDL= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL_VER= 13 LIBTOOLFLAGS= # none diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index bb12576..db82a6b 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 USE_REINPLACE= yes USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-glob diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile index 1f33fbf..19cee04 100644 --- a/archivers/sectar/Makefile +++ b/archivers/sectar/Makefile @@ -16,6 +16,6 @@ COMMENT= A program to create encrypted tar archives PLIST_FILES= bin/sectar USE_GETOPT_LONG= yes -USE_LIBTOOL_VER= 13 +GNU_CONFIGURE= yes .include <bsd.port.mk> |