summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-10-28 00:12:36 +0000
committerjoerg <joerg>2009-10-28 00:12:36 +0000
commit6eddc2a01db392992fe3e125e243f1bd255bab9d (patch)
tree271df677d6111330912c0dec283cd8666f6c25a0 /misc
parent5aaeac2c8573abe4b747df46f9194aa39eba0aa9 (diff)
downloadpkgsrc-6eddc2a01db392992fe3e125e243f1bd255bab9d.tar.gz
Simplify to not fall into ABI traps
Diffstat (limited to 'misc')
-rw-r--r--misc/xtide/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile
index d9f7fa31d13..7191f5273d1 100644
--- a/misc/xtide/Makefile
+++ b/misc/xtide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/10/28 00:11:59 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2009/10/28 00:12:36 joerg Exp $
DISTNAME= xtide-2.8.3
PKGREVISION= 2
@@ -38,8 +38,8 @@ post-install:
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} == "modular"
-CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include
-CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib${LIBABISUFFIX:Q}
+CONFIGURE_ARGS+= --x-includes=${PREFIX}/include
+CONFIGURE_ARGS+= --x-libraries=${PREFIX}/lib
.endif
.include "../../graphics/png/buildlink3.mk"