diff options
author | joerg <joerg> | 2006-02-22 16:12:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-22 16:12:55 +0000 |
commit | 241c1ad320c83ca180c23dc3497f3d4274e44e35 (patch) | |
tree | 57ef2d1b8951fa83c02236957b6050a1e2f68321 /wm | |
parent | 0da3c8386e5ec1c8b4aa1a568adb0fac555170eb (diff) | |
download | pkgsrc-241c1ad320c83ca180c23dc3497f3d4274e44e35.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 8d0865d69fc..2d2c72e8d7b 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2006/02/05 23:11:15 joerg Exp $ +# $NetBSD: Makefile,v 1.64 2006/02/22 16:12:55 joerg Exp $ DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -13,6 +13,7 @@ HOMEPAGE= http://www.windowmaker.org/ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone BUILD_USES_MSGFMT= yes +BROKEN_GETTEXT_DETECTION= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |