diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-09 12:12:26 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-09 12:12:26 +0000 |
commit | 2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd (patch) | |
tree | ba9346189b88887c992d3220416c311dd78c34cf /time | |
parent | 222a5d88e0517a7800945e426af19393f1f0aca6 (diff) | |
download | pkgsrc-2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd.tar.gz |
Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.
Diffstat (limited to 'time')
-rw-r--r-- | time/oclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/oclock/Makefile b/time/oclock/Makefile index 7133d699262..2013255a7cc 100644 --- a/time/oclock/Makefile +++ b/time/oclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/05/30 11:41:42 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2013/06/09 12:12:27 rodent Exp $ # DISTNAME= oclock-1.0.3 @@ -16,6 +16,8 @@ PREV_PKGPATH= x11/oclock GNU_CONFIGURE= yes USE_TOOLS+= pkg-config +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults + .include "../../devel/xorg-util-macros/buildlink3.mk" .include "../../x11/libxkbfile/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" |