diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /mail/xmailbox/Makefile | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'mail/xmailbox/Makefile')
-rw-r--r-- | mail/xmailbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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}' |