diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-13 16:50:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-13 16:50:12 +0000 |
commit | b5aa7f107e480ed30c5ec2bed17a71d813312478 (patch) | |
tree | 78809fbf83e16e82568574f9c655d343eda14000 /wm/oroborox | |
parent | 66a8ab6ab226ec89f2d9c34e9fd86fde31dceec8 (diff) | |
download | pkgsrc-b5aa7f107e480ed30c5ec2bed17a71d813312478.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/oroborox')
-rw-r--r-- | wm/oroborox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/oroborox/Makefile b/wm/oroborox/Makefile index a6a8d169d3d..bc6b7884043 100644 --- a/wm/oroborox/Makefile +++ b/wm/oroborox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/12/15 20:33:02 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/13 17:51:06 joerg Exp $ # DISTNAME= OroboROX-0.9.8 @@ -84,5 +84,6 @@ do-install: .include "../../lang/python/application.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |