diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-11 16:55:17 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-11 16:55:17 +0000 |
commit | ffb83549329790c5a54ae978002521c41fcd7d7c (patch) | |
tree | 9f60e479b72f2d9334d3a7244f1870c94d40e2c4 /misc/kdeartwork3/Makefile | |
parent | 929e88b3c519cf8caa1923f2194ee6b2d7587cb1 (diff) | |
download | pkgsrc-ffb83549329790c5a54ae978002521c41fcd7d7c.tar.gz |
Pass in paths to X11, fixes build on systems where it is installed
in non-standard locations.
Diffstat (limited to 'misc/kdeartwork3/Makefile')
-rw-r--r-- | misc/kdeartwork3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/kdeartwork3/Makefile b/misc/kdeartwork3/Makefile index d63b1d783a7..7f3128fe1a3 100644 --- a/misc/kdeartwork3/Makefile +++ b/misc/kdeartwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2014/04/10 06:21:31 obache Exp $ +# $NetBSD: Makefile,v 1.81 2014/07/11 16:55:17 jperkin Exp $ DISTNAME= kdeartwork-${_KDE_VERSION} PKGREVISION= 29 @@ -9,6 +9,9 @@ COMMENT= Artwork for the KDE integrated X11 desktop DEPENDS+= xscreensaver>=5.10:../../x11/xscreensaver +CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include +CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |