diff options
author | markd <markd@pkgsrc.org> | 2004-02-25 22:16:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-25 22:16:23 +0000 |
commit | 2424ccbf1c11362ba6c978f7fdf08766aa7ee073 (patch) | |
tree | aa4aa1223025d23137e60bdaf0b3ea6d8c18c4cf /www/kimagemapeditor | |
parent | ecfd9b2cf617a64f4e2290f08d5469249af9beb0 (diff) | |
download | pkgsrc-2424ccbf1c11362ba6c978f7fdf08766aa7ee073.tar.gz |
USE_LANGUAGES= c c++.
Diffstat (limited to 'www/kimagemapeditor')
-rw-r--r-- | www/kimagemapeditor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/kimagemapeditor/Makefile b/www/kimagemapeditor/Makefile index c16107a8e23..17de423e26b 100644 --- a/www/kimagemapeditor/Makefile +++ b/www/kimagemapeditor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/14 17:21:54 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/25 22:16:23 markd Exp $ DISTNAME= kimagemapeditor-1.0 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= Edit HTML Image maps USE_BUILDLINK2= YES USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |