diff options
Diffstat (limited to 'x11/xmon')
-rw-r--r-- | x11/xmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index bd9022e5943..636e4672cb7 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/12/27 13:37:46 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:20 joerg Exp $ # DISTNAME= xmon.1.5.4 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ee.ryerson.ca/~elf/xapps/Q-XVIII.html COMMENT= Interactive X protocol monitor +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= YES .include "../../x11/libXaw/buildlink3.mk" |