diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-09 14:17:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-09 14:17:44 +0000 |
commit | a4fb7b718f718502327bc28a3179d904b85fdaa3 (patch) | |
tree | 9a49a0f1e4eb701f4eb73e222bc89dee66350e69 /editors | |
parent | a92de3bc662165e4329a81b861a54d138dc97077 (diff) | |
download | pkgsrc-a4fb7b718f718502327bc28a3179d904b85fdaa3.tar.gz |
This needs msgfmt.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile index d391a30b9b5..02ddd17f9cc 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 12:00:42 agc Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/09 14:17:44 joerg Exp $ DISTNAME= fe-1.6 CATEGORIES= editors @@ -9,6 +9,7 @@ HOMEPAGE= http://www.moria.de/~michael/fe/ COMMENT= Folding editor GNU_CONFIGURE= yes +BUILD_USES_MSGFMT= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe |