diff options
author | joerg <joerg> | 2007-01-16 21:25:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-16 21:25:01 +0000 |
commit | 1122fc1dbcfde6dbb0cd1d69956c712e061bfcaa (patch) | |
tree | d44cb4c14cfe6cea9599e5cf83cfa57d790fa0cc /x11 | |
parent | 475a07084af7aa12701daca8054fb301e2d915d7 (diff) | |
download | pkgsrc-1122fc1dbcfde6dbb0cd1d69956c712e061bfcaa.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')
-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 |