diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-24 09:41:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-24 09:41:16 +0000 |
commit | fbae3f264233621ab283fe371a1af312ad68cf07 (patch) | |
tree | e1b05b782e2a0ecde858a2c7078fb61fd1a9bf1f | |
parent | 791ec24f2b02f87cf334d944f6f246edb9752aeb (diff) | |
download | pkgsrc-fbae3f264233621ab283fe371a1af312ad68cf07.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
-rw-r--r-- | x11/wmessage/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile index ac4142ae46e..ba9d416b694 100644 --- a/x11/wmessage/Makefile +++ b/x11/wmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/07/23 20:38:48 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/07/24 09:41:16 jlam Exp $ DISTNAME= wmessage-0.10 CATEGORIES= x11 @@ -8,8 +8,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.ozemail.com.au/~crn/wmessage/ COMMENT= WINGs based message viewer similar to xmessage -DEPENDS+= windowmaker>=0.64.0:../../wm/windowmaker - -USE_X11= yes +USE_X11= yes +USE_BUILDLINK_ONLY= yes +.include "../../wm/windowmaker/buildlink.mk" .include "../../mk/bsd.pkg.mk" |