diff options
Diffstat (limited to 'x11/xpaste/Makefile')
-rw-r--r-- | x11/xpaste/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile index fbe28ea882e..787ec19bcdd 100644 --- a/x11/xpaste/Makefile +++ b/x11/xpaste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/12/04 09:27:01 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/06 07:17:13 jlam Exp $ # DISTNAME= xpaste-1.1 @@ -11,6 +11,9 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= seb@NetBSD.org COMMENT= Display the content of the X11 paste buffer in a window +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |