diff options
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r-- | editors/yudit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 9b01485e44d..7d0788d2f82 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/06/29 22:53:21 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/07/14 12:56:03 joerg Exp $ DISTNAME= yudit-2.8.1 CATEGORIES= editors @@ -9,6 +9,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://yudit.org/ COMMENT= Unicode Text Editor +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgmerge GNU_CONFIGURE= yes |