dff59f9ec3
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
16 lines
477 B
Makefile
16 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.14 2001/10/23 13:15:09 jlam Exp $
|
|
|
|
DISTNAME= wmessage-0.10
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.ozemail.com.au/~crn/wmessage/
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
HOMEPAGE= http://www.ozemail.com.au/~crn/wmessage/
|
|
COMMENT= WINGs based message viewer similar to xmessage
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../devel/libproplist/buildlink.mk"
|
|
.include "../../wm/windowmaker/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|