diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /x11/gdm/Makefile | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index cbdd426a95f..22ef97e1666 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2002/11/28 11:01:32 tron Exp $ +# $NetBSD: Makefile,v 1.34 2003/01/10 07:57:49 cjep Exp $ DISTNAME= gdm-2.2.0 PKGREVISION= 2 @@ -13,9 +13,10 @@ COMMENT= Gnome Display Manager - a re-implementation of the xdm program EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -USE_BUILDLINK2= YES -GNU_CONFIGURE= YES -USE_X11BASE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES +GNU_CONFIGURE= YES +USE_X11BASE= YES LOCALSTATEDIR= /var/gnome |