pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tkhtml3: Prefer X11BASE over BUILDLINK_PREFIX.libX11
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Oct 25 19:00:59 2016 +0200
Changeset: aa8d4bc40a41305b7e34e41874f1ad3c9c815d1e
Modified Files:
tkhtml3/Makefile
Log Message:
tkhtml3: Prefer X11BASE over BUILDLINK_PREFIX.libX11
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa8d4bc40a41305b7e34e41874f1ad3c9c815d1e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tkhtml3/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/tkhtml3/Makefile b/tkhtml3/Makefile
index 8a663eb..85bbbb5 100644
--- a/tkhtml3/Makefile
+++ b/tkhtml3/Makefile
@@ -15,8 +15,8 @@ WRKSRC= ${WRKDIR}/htmlwidget
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
-CONFIGURE_ARGS+= --x-includes=${BUILDLINK_PREFIX.libX11}/include \
- --x-libraries=${BUILDLINK_PREFIX.libX11}/lib
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
+CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index