diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-28 00:12:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-28 00:12:36 +0000 |
commit | dbf0fc674df6607bb85830e7b5b76de8e396b323 (patch) | |
tree | 271df677d6111330912c0dec283cd8666f6c25a0 /misc | |
parent | 2bf7cdbe014e4a4f7415d6bbf2c8e969c31aded2 (diff) | |
download | pkgsrc-dbf0fc674df6607bb85830e7b5b76de8e396b323.tar.gz |
Simplify to not fall into ABI traps
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xtide/Makefile | 6 |
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" |