diff options
author | tron <tron@pkgsrc.org> | 2002-10-30 10:34:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-10-30 10:34:54 +0000 |
commit | 51778773d5c1d1c3b0d4e2af213c27c80e083e94 (patch) | |
tree | cb08a1ef254f22451be95e0da37d3842dad5f551 /x11 | |
parent | 00e82c0a5c9020e1e5842cb59967cf6567f83f6c (diff) | |
download | pkgsrc-51778773d5c1d1c3b0d4e2af213c27c80e083e94.tar.gz |
Include "x11.buildlink2.mk" to fix build problem.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpmroot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile index fac0fb9e07f..ea797f63380 100644 --- a/x11/xpmroot/Makefile +++ b/x11/xpmroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/10/11 06:16:43 martti Exp $ +# $NetBSD: Makefile,v 1.33 2002/10/30 10:34:54 tron Exp $ # DISTNAME= fvwm-${PKG_VERSION} @@ -32,4 +32,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/utils/xpmroot.1 ${PREFIX}/man/man1 .include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/x11.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |