summaryrefslogtreecommitdiff
path: root/x11/kmessage
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2009-02-11 21:22:29 +0000
committermarkd <markd@pkgsrc.org>2009-02-11 21:22:29 +0000
commitfa207f34e2387b1da5ea8305fb86f84f397df018 (patch)
treef8ccc44f065bbe0d2952f3ea1139f86f4f3e1034 /x11/kmessage
parent88ce3dce4b7971509096455d351d216be79e0d23 (diff)
downloadpkgsrc-fa207f34e2387b1da5ea8305fb86f84f397df018.tar.gz
add DESTDIR support.
Diffstat (limited to 'x11/kmessage')
-rw-r--r--x11/kmessage/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/kmessage/Makefile b/x11/kmessage/Makefile
index 451fa11a25f..106ee583d54 100644
--- a/x11/kmessage/Makefile
+++ b/x11/kmessage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/01/18 05:10:06 tnn Exp $
+# $NetBSD: Makefile,v 1.23 2009/02/11 21:22:29 markd Exp $
DISTNAME= kmessage-0.1
PKGREVISION= 13
@@ -9,17 +9,15 @@ MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://soliton.wins.uva.nl/~wijnhout/kmessage/
COMMENT= KMessage is an xmessage clone for KDE
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-BUILDLINK_DEPMETHOD.libXt?= build
-
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"