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 /x11/xquote | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xquote')
-rw-r--r-- | x11/xquote/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xquote/Makefile b/x11/xquote/Makefile index a8016aa92b7..31c56be1199 100644 --- a/x11/xquote/Makefile +++ b/x11/xquote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/17 16:55:25 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:34 tron Exp $ DISTNAME= xquote-2.1 CATEGORIES= x11 @@ -8,11 +8,11 @@ MASTER_SITES= http://www.sunsite.auc.dk/xinvest/ \ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.auc.dk/xinvest/xquote.html -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_IMAKE= YES +USE_MOTIF= YES +USE_XPM= YES -USE_IMAKE= yes -USE_MOTIF= yes -NO_INSTALL_MANPAGES= yes +NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xquote.man |