diff options
author | tron <tron> | 1999-02-17 08:13:27 +0000 |
---|---|---|
committer | tron <tron> | 1999-02-17 08:13:27 +0000 |
commit | 84a76d69d7fcb7e4119149ed8572b269ac62ab67 (patch) | |
tree | 05fd6dc0e335f409828b47e39988b7bf601cc467 | |
parent | dc8530312de268aab94a7e5e70b4952438526f36 (diff) | |
download | pkgsrc-84a76d69d7fcb7e4119149ed8572b269ac62ab67.tar.gz |
"gettext" is only needed at build time, so use "BUILD_DEPENDS".
-rw-r--r-- | misc/rpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 0a9dc10deea..33a94bc2114 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/01/01 22:35:25 garbled Exp $ +# $NetBSD: Makefile,v 1.18 1999/02/17 08:13:27 tron Exp $ # DISTNAME= rpm-2.5.4 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ -DEPENDS= gettext-0.10.35:../../devel/gettext +BUILD_DEPENDS+= ${LOCALBASE}/lib/libintl.a:../../devel/gettext CONFLICTS= rpm-2.4.12 rpm-2.5.1 |