diff options
Diffstat (limited to 'x11/xpostit/Makefile')
-rw-r--r-- | x11/xpostit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xpostit/Makefile b/x11/xpostit/Makefile index 2eba259a762..4c45d7675a9 100644 --- a/x11/xpostit/Makefile +++ b/x11/xpostit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:13 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/12/27 13:37:46 joerg Exp $ # DISTNAME= xpostit3.3.1 @@ -16,4 +16,7 @@ COMMENT= Post notes to yourself on the screen WRKSRC= ${WRKDIR}/xpostit USE_IMAKE= yes +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |