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 | bb6acd859496f75372bb2de91ae837d691b39045 (patch) | |
tree | 5a56904db86d6b3f23059c21a34583efa5a67c5c /x11/xdm3d/Makefile | |
parent | 8921ae5d37ce546b4423b94019906208ac339db6 (diff) | |
download | pkgsrc-bb6acd859496f75372bb2de91ae837d691b39045.tar.gz |
Needs libXp nowadays.
Diffstat (limited to 'x11/xdm3d/Makefile')
-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" |