diff options
author | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
commit | 9cbea9947471d5161c8a22468e8f5150fe092af8 (patch) | |
tree | 387535a43617bd882ee1e20ce4779c6544f8925b /archivers | |
parent | eb2e3d54b36203d3e7e23be5d9c493d178ac5930 (diff) | |
download | pkgsrc-9cbea9947471d5161c8a22468e8f5150fe092af8.tar.gz |
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gsharutils/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip1/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index 7da9823a0d1..f642f068a6c 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 13:15:27 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:44 hubertf Exp $ DISTNAME= sharutils-4.2.1 PKGNAME= g${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html COMMENT= Allow packing and unpacking of shell archives -BUILD_DEPENDS+= msgfmt:../../devel/gettext +BUILD_USES_MSGFMT= yes USE_LIBINTL= yes GNU_CONFIGURE= yes diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index f0802cde37e..a92462adc91 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/02/16 13:15:43 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2001/03/27 03:19:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -13,7 +13,7 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html COMMENT= Create/update ZIP files compatible with pkzip -BUILD_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip-*:../../archivers/unzip EXTRACT_ONLY= zip23.tar.gz MAKEFILE= unix/Makefile diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 1ae702a13ec..498c41be78b 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/16 13:15:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:45 hubertf Exp $ # DISTNAME= zip1-1.1 @@ -11,7 +11,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/ COMMENT= Create/update ZIP files compatible with pkzip version 1 -BUILD_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip-*:../../archivers/unzip EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} |