diff options
author | markd <markd> | 2009-02-12 00:00:57 +0000 |
---|---|---|
committer | markd <markd> | 2009-02-12 00:00:57 +0000 |
commit | 7df352407aa0439e6b4b69c3e0f2ecc80c211354 (patch) | |
tree | 6e278d8e39577b9c98be32de9787efe3bba24164 /net/kdenetwork3 | |
parent | 3c3fe773bc56df621f93f654b90fbc36a26c004c (diff) | |
download | pkgsrc-7df352407aa0439e6b4b69c3e0f2ecc80c211354.tar.gz |
add DESTDIR support.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index a8383023f22..e8337bd26ee 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2008/10/11 19:12:30 markd Exp $ +# $NetBSD: Makefile,v 1.69 2009/02/12 00:00:57 markd Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} PKGREVISION= 1 @@ -7,6 +7,8 @@ COMMENT= Network modules for the KDE integrated X11 desktop CONFLICTS= kopete-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../meta-pkgs/kde3/Makefile.kde3" DEPENDS+= qca-tls>=1.0:../../security/qca-tls @@ -48,8 +50,6 @@ post-configure: ${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \ ${RM} Makefile.save) -BUILDLINK_DEPMETHOD.libXt?= build - .include "../../meta-pkgs/kde3/kde3.mk" .include "../../converters/uulib/buildlink3.mk" .include "../../databases/gdbm/buildlink3.mk" @@ -58,10 +58,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../net/openslp/buildlink3.mk" .include "../../x11/kdebase3/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" -.include "../../x11/libSM/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" |