diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 15:59:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 15:59:46 +0000 |
commit | 33b078e85a6ed7d0aae0ec91695a9eabb2a405b3 (patch) | |
tree | 163af093dcaef14f4ba10acb1cfb1a007f16ffc3 /sysutils | |
parent | 1e69987416755db43afd59fbb26bf2db1613d054 (diff) | |
download | pkgsrc-33b078e85a6ed7d0aae0ec91695a9eabb2a405b3.tar.gz |
Modular Xorg support.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fsviewer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index 357bf0e8cdb..bbac4d58a65 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/17 13:46:47 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2007/02/02 15:59:46 joerg Exp $ DISTNAME= FSViewer.app-0.2.5 PKGNAME= FSViewer-0.2.5 @@ -19,4 +19,5 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes .include "../../wm/windowmaker/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |