From 9bcb99bc020fa6ffe58f4b3112c8e0b97e29a9d7 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 28 Oct 2009 00:12:36 +0000 Subject: Simplify to not fall into ABI traps --- misc/xtide/Makefile | 6 +++--- 1 file 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" -- cgit v1.2.3