diff options
author | abs <abs> | 2009-12-17 19:11:39 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-17 19:11:39 +0000 |
commit | ad9b727cbe717038bd4d0635bc1fdda34d84ff2e (patch) | |
tree | 9dc47093f0e8b0e80ef91b29f88517bf0d2714cc /x11 | |
parent | b34a8cb6310fe83937452ed6c02b1a499eb69b93 (diff) | |
download | pkgsrc-ad9b727cbe717038bd4d0635bc1fdda34d84ff2e.tar.gz |
PKG_DESTDIR_SUPPORT & account for runtime Xt reference
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kkbswitch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kkbswitch/Makefile b/x11/kkbswitch/Makefile index 3dd2646c1e2..1996b7dde42 100644 --- a/x11/kkbswitch/Makefile +++ b/x11/kkbswitch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/08/26 19:58:38 sno Exp $ +# $NetBSD: Makefile,v 1.17 2009/12/17 19:11:39 abs Exp $ # DISTNAME= kkbswitch-1.4.3 @@ -16,8 +16,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-ru-ua-layout - -BUILDLINK_DEPMETHOD.libXt?= build +PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/kde3/kde3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |