diff options
author | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
commit | 0a6d1d8bac3ebaa3c5d12c805e75ccbaaf7cfa35 (patch) | |
tree | 62286089e4f5658c8fa18e09c9d3e482a092d3c4 /x11/kmessage | |
parent | dd42d5c4b94f04951db37f2d8c13cc0e975bc84c (diff) | |
download | pkgsrc-0a6d1d8bac3ebaa3c5d12c805e75ccbaaf7cfa35.tar.gz |
USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes
Diffstat (limited to 'x11/kmessage')
-rw-r--r-- | x11/kmessage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kmessage/Makefile b/x11/kmessage/Makefile index d5343f10c7e..dafa1a3e3be 100644 --- a/x11/kmessage/Makefile +++ b/x11/kmessage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/23 12:11:25 markd Exp $ +# $NetBSD: Makefile,v 1.9 2004/07/28 13:18:11 markd Exp $ DISTNAME= kmessage-0.1 PKGREVISION= 4 @@ -11,6 +11,8 @@ COMMENT= KMessage is an xmessage clone for KDE USE_BUILDLINK3= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES GNU_CONFIGURE= YES .include "../../meta-pkgs/kde3/kde3.mk" |