diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 16:28:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 16:28:44 +0000 |
commit | 7a694ab36f3da9b1e503684f6d156b8a5622435e (patch) | |
tree | 5a56904db86d6b3f23059c21a34583efa5a67c5c /x11 | |
parent | 1a4b2c57cbd1974946b5abeb51165cfec22e3b16 (diff) | |
download | pkgsrc-7a694ab36f3da9b1e503684f6d156b8a5622435e.tar.gz |
Needs libXp nowadays.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdm3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xdm3d/Makefile b/x11/xdm3d/Makefile index 8a2ed16e620..80b76a9d315 100644 --- a/x11/xdm3d/Makefile +++ b/x11/xdm3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2009/02/09 16:28:44 joerg Exp $ DISTNAME= xdm3d-1.0 PKGREVISION= 2 @@ -64,6 +64,7 @@ do-install: .include "../../x11/libXau/buildlink3.mk" .include "../../x11/libXdmcp/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |