diff options
author | tron <tron@pkgsrc.org> | 2002-11-28 11:01:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-28 11:01:32 +0000 |
commit | 60935688d7a9e390acb6afdcea7b442d597c8226 (patch) | |
tree | 3756b37a0333250d596397d0815c2b0a3cea8bfa /x11 | |
parent | a34566c43669334f36debcaa53079a1eef0dc971 (diff) | |
download | pkgsrc-60935688d7a9e390acb6afdcea7b442d597c8226.tar.gz |
Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ebb89099fd6..cbdd426a95f 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/11/21 10:41:43 grant Exp $ +# $NetBSD: Makefile,v 1.33 2002/11/28 11:01:32 tron Exp $ DISTNAME= gdm-2.2.0 PKGREVISION= 2 @@ -13,7 +13,7 @@ COMMENT= Gnome Display Manager - a re-implementation of the xdm program EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -USE_BUILLDINK2= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_X11BASE= YES |