diff options
author | tron <tron> | 2002-10-30 10:34:54 +0000 |
---|---|---|
committer | tron <tron> | 2002-10-30 10:34:54 +0000 |
commit | d122f9ceb710d1e5d360a3d2b60d4e90b319d9df (patch) | |
tree | cb08a1ef254f22451be95e0da37d3842dad5f551 /x11/xpmroot | |
parent | 4e7df663ba9005501224d208b2547e8145aa58f4 (diff) | |
download | pkgsrc-d122f9ceb710d1e5d360a3d2b60d4e90b319d9df.tar.gz |
Include "x11.buildlink2.mk" to fix build problem.
Diffstat (limited to 'x11/xpmroot')
-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" |