diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /x11/gdm/Makefile | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index e315939b3de..8c3ba4e3f31 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2006/04/06 06:22:58 reed Exp $ +# $NetBSD: Makefile,v 1.107 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= gdm-2.14.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Display Manager - a re-implementation of the xdm program -BUILD_USES_MSGFMT= YES - DEPENDS+= zenity>=2.14.0:../../x11/zenity BUILDLINK_API_DEPENDS.libart2+= libart2>=2.3.11 @@ -21,8 +19,7 @@ USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_MSGFMT_PLURALS= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config PKG_OPTIONS_VAR= PKG_OPTIONS.gdm PKG_SUPPORTED_OPTIONS= inet6 pam |