diff options
Diffstat (limited to 'x11/xquote/Makefile')
-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 |