diff options
author | joerg <joerg> | 2015-01-21 15:22:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-01-21 15:22:14 +0000 |
commit | 391405fcd6256200fc4d28037a037ae0cc20b148 (patch) | |
tree | 5b647a4c5002698e865e36fc2abd56c8f2ac8814 | |
parent | 63ce89b9b622635b1fb4130d1454c4669bd8d63b (diff) | |
download | pkgsrc-391405fcd6256200fc4d28037a037ae0cc20b148.tar.gz |
Tell configure explicitly where to look for X11 headers and libs.
-rw-r--r-- | wm/fvwm-themes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fvwm-themes/Makefile b/wm/fvwm-themes/Makefile index e630a80abc8..667624987e1 100644 --- a/wm/fvwm-themes/Makefile +++ b/wm/fvwm-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/05/29 23:37:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/01/21 15:22:14 joerg Exp $ # DISTNAME= fvwm-themes-${THEM_VER} @@ -24,6 +24,7 @@ USE_X11BASE= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ft-datadir=${PREFIX}/share/fvwm2 +CONFIGURE_ARGS+= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib REPLACE_PERL+= themes/cde/modules/create-buttonbar-config |