From 56c0ff6d58d27ba5b69da720b9ab13570c36d7c7 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Jul 2001 06:35:11 +0000 Subject: Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY. Add necessary dependency on zlib. --- misc/rpm/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'misc/rpm/Makefile') diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 14eb601049d..ee51917b1fc 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/03/27 03:20:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.29 2001/07/14 06:35:11 jlam Exp $ # DISTNAME= rpm-2.5.4 @@ -14,9 +14,9 @@ BUILD_USES_MSGFMT= yes CONFLICTS+= rpm2cpio-* -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBINTL= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL @@ -31,4 +31,6 @@ pre-install: post-install: PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../devel/zlib/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3