diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-21 02:25:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-21 02:25:02 +0000 |
commit | 73998f3e19218dd9231f91c4e494c547e9e5d1ff (patch) | |
tree | 24b266809d5c25c27f74dd7f70356abb905a10fc /editors/poedit | |
parent | c47dd3ce221f1b83cf0924031fbd7b7f61801fd2 (diff) | |
download | pkgsrc-73998f3e19218dd9231f91c4e494c547e9e5d1ff.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 51dab5d3c22..7ef196f8dab 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/17 13:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/21 02:28:27 wiz Exp $ # DISTNAME= poedit-1.3.4 @@ -14,6 +14,7 @@ DEPENDS+= zip-[0-9]*:../../archivers/zip GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 gnome2-1.5 +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config |