diff options
author | joerg <joerg> | 2009-01-18 00:13:47 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-01-18 00:13:47 +0000 |
commit | 716d5a6fffee1d195f7755c97265dcff48e0f3d6 (patch) | |
tree | f3d085641a68f4c43e7c17d3e26f108c08d5eb32 /x11/xmx | |
parent | b0368e65b4b79ad738a7a37e8f1762c56b9f2c95 (diff) | |
download | pkgsrc-716d5a6fffee1d195f7755c97265dcff48e0f3d6.tar.gz |
Needs libXp.
Diffstat (limited to 'x11/xmx')
-rw-r--r-- | x11/xmx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile index c082bba40a2..685f02f2002 100644 --- a/x11/xmx/Makefile +++ b/x11/xmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/01/18 00:13:47 joerg Exp $ DISTNAME= xmx-2.1alpha.pl7 PKGNAME= xmx-2.1a7 @@ -20,5 +20,6 @@ USE_IMAKE= yes .include "../../x11/xextproto/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |