summaryrefslogtreecommitdiff
path: root/sysutils/fsviewer
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-11-30 19:10:44 +0000
committerjoerg <joerg@pkgsrc.org>2009-11-30 19:10:44 +0000
commita544e5dfe659700124131a9e70c0fb3fa7ae2c40 (patch)
treeabd47db7cd94ac15a06bc5e62d1d2c8d7d60fab3 /sysutils/fsviewer
parent5106bf4ad89824bbd3ccfb2eaed15022858379c6 (diff)
downloadpkgsrc-a544e5dfe659700124131a9e70c0fb3fa7ae2c40.tar.gz
Needs --x-includes/--x-libraries for modular Xorg too.
Diffstat (limited to 'sysutils/fsviewer')
-rw-r--r--sysutils/fsviewer/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile
index 7ee0dd5fae2..0766b3afa65 100644
--- a/sysutils/fsviewer/Makefile
+++ b/sysutils/fsviewer/Makefile
@@ -1,5 +1,4 @@
-
-# $NetBSD: Makefile,v 1.25 2009/08/26 19:58:17 sno Exp $
+# $NetBSD: Makefile,v 1.26 2009/11/30 19:10:44 joerg Exp $
DISTNAME= FSViewer.app-0.2.5
PKGNAME= FSViewer-0.2.5
@@ -21,6 +20,13 @@ USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${X11_TYPE} == "modular"
+CONFIGURE_ARGS+= --x-includes=${PREFIX:Q}/include
+CONFIGURE_ARGS+= --x-libraries=${PREFIX:Q}/lib
+.endif
+
.include "../../wm/windowmaker/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"