diff options
Diffstat (limited to 'x11/xpaste/Makefile')
-rw-r--r-- | x11/xpaste/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile index a18a8c561b4..74bbbc7e9de 100644 --- a/x11/xpaste/Makefile +++ b/x11/xpaste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:31:13 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/12/27 13:37:46 joerg Exp $ # DISTNAME= xpaste-1.1 @@ -15,4 +15,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} USE_IMAKE= yes +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |