diff options
author | joerg <joerg> | 2009-02-09 16:28:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 16:28:44 +0000 |
commit | 1d8e96d1bb0f9d143542dc0139db6c4ac1c889ad (patch) | |
tree | 5a56904db86d6b3f23059c21a34583efa5a67c5c /x11/xdm3d/Makefile | |
parent | da4ae8de09ef8d8e4f47722707bf22e10a3aa704 (diff) | |
download | pkgsrc-1d8e96d1bb0f9d143542dc0139db6c4ac1c889ad.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" |