pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXt Force the app-defaults directory to match th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1e6dc8e319e
branches:  trunk
changeset: 524008:e1e6dc8e319e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 16 21:25:01 2007 +0000

description:
Force the app-defaults directory to match the normal pkgsrc setting
of ${PREFIX}/lib/X11/app-defaults and don't place it in share/.
Bump revision.

diffstat:

 x11/libXt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 6cf9483b3e3e -r e1e6dc8e319e x11/libXt/Makefile
--- a/x11/libXt/Makefile        Tue Jan 16 20:54:26 2007 +0000
+++ b/x11/libXt/Makefile        Tue Jan 16 21:25:01 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 20:50:11 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/16 21:25:01 joerg Exp $
 #
 
 DISTNAME=              libXt-1.0.3
+PKGREVISION=           1
 CATEGORIES=            x11 devel
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
 EXTRACT_SUFX=          .tar.bz2
@@ -17,6 +18,7 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 
+CONFIGURE_ARGS+=       --with-appdefaultdir=${PREFIX}/lib/X11/app-defaults
 CONFIGURE_ENV+=                APP_MAN_SUFFIX=1 LIB_MAN_SUFFIX=3
 PKGCONFIG_OVERRIDE+=   xt.pc.in
 



Home | Main Index | Thread Index | Old Index