diff options
author | markd <markd@pkgsrc.org> | 2006-05-25 11:34:45 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-05-25 11:34:45 +0000 |
commit | 932c680f6efb5c7258ba4a42d865e189b2abe90a (patch) | |
tree | 072306f2092996460f9315fb0f48505cc70ed20d /graphics/kphotoalbum | |
parent | 5a25b192e008c87d83a9fa108d67b4414ba896b2 (diff) | |
download | pkgsrc-932c680f6efb5c7258ba4a42d865e189b2abe90a.tar.gz |
kde3.mk sets USE_PKGLOCALEDIR so don't bother here.
Uses C++.
Diffstat (limited to 'graphics/kphotoalbum')
-rw-r--r-- | graphics/kphotoalbum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index 015311f79be..a8a00321b05 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/04/28 16:17:18 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/25 11:34:45 markd Exp $ # DISTNAME= kphotoalbum-2.2 @@ -12,7 +12,7 @@ COMMENT= Image organizer CONFLICTS+= kimdaba-* USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_TOOLS+= msgfmt |