diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-16 21:25:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-16 21:25:01 +0000 |
commit | 3124ac1c2e0843d766353fbf7a6dd70a95fe6589 (patch) | |
tree | d44cb4c14cfe6cea9599e5cf83cfa57d790fa0cc /x11/libXt | |
parent | 6f4f67d21369fc5ac80e9f6c843e8c5e20faa547 (diff) | |
download | pkgsrc-3124ac1c2e0843d766353fbf7a6dd70a95fe6589.tar.gz |
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 (limited to 'x11/libXt')
-rw-r--r-- | x11/libXt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index 31dd093684e..81bc23f537b 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 |