From f0b9164cf1068dd6dc3d7a77da6b33ac09689177 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- mail/xfmail/Makefile | 4 ++-- mail/xmailbox/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail') diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 69e2841421c..8fd56e6d784 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/08/18 22:46:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:29 tron Exp $ # DISTNAME= xfmail-1.3 @@ -9,7 +9,6 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k @@ -19,6 +18,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} USE_X11BASE= YES +USE_XPM= YES GNU_CONFIGURE= YES post-install: diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile index 2b6b54935c9..fa335d40b70 100644 --- a/mail/xmailbox/Makefile +++ b/mail/xmailbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/09 01:50:02 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:29 tron Exp $ # DISTNAME= xmailbox-2.5 @@ -7,9 +7,9 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} MAINTAINER= bouyer@netbsd.org -DEPENDS+= xpm-3.4k:../../graphics/xpm - USE_IMAKE= YES +USE_XPM= YES + MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' MAKE_ENV+= INSTALL_MAN='${INSTALL_MAN}' -- cgit v1.2.3