diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-16 18:10:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-16 18:10:42 +0000 |
commit | 6bd48df23077568715b7ce742d249161abfd2eff (patch) | |
tree | cfcc335ad1e923ae1fc32b202851bb8d844a97ce /x11 | |
parent | f87ae9638cef7022065be1434f2b2a8b527d4804 (diff) | |
download | pkgsrc-6bd48df23077568715b7ce742d249161abfd2eff.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/control-center/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/control-center/Makefile b/x11/control-center/Makefile index cee7f229ef7..bd98a3d0159 100644 --- a/x11/control-center/Makefile +++ b/x11/control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:11:32 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/02/16 18:10:42 joerg Exp $ DISTNAME= control-center-1.4.0.5 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME control-center development library BUILD_USES_MSGFMT= YES +BROKEN_GETTEXT_DETECTION= yes USE_DIRS+= xdg-1.1 gnome1-1.5 USE_X11BASE= YES |