diff options
author | snj <snj> | 2004-05-02 00:23:40 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-02 00:23:40 +0000 |
commit | 2205bb058cb0d5e631223b9d580dc7989f45af5a (patch) | |
tree | 79ff584c5c32e504bc25302d4c8849b4bf3a2bda /editors/xemacs | |
parent | 169b29642ea991bc2adfb5cfa1212c93eadeb237 (diff) | |
download | pkgsrc-2205bb058cb0d5e631223b9d580dc7989f45af5a.tar.gz |
s/buildlink2/buildlink3/ in comments.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index b8bc29f2443..ec7c35ebc6f 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/04/21 20:50:41 cube Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/05/02 00:23:40 snj Exp $ DISTNAME= xemacs-21.4.15 CATEGORIES= editors @@ -31,7 +31,7 @@ MESSAGE_SUBST+= DISTNAME="${DISTNAME}" # --with-widgets=athena \ # --with-athena=xaw \ # --with-xim=xlib -#.include "../../mk/xaw.buildlink2.mk" +#.include "../../mk/xaw.buildlink3.mk" #.elif defined(USE_MOTIF) #WITH_DIALOGS= \ # --with-menubars=motif \ @@ -39,7 +39,7 @@ MESSAGE_SUBST+= DISTNAME="${DISTNAME}" # --with-dialogs=motif \ # --with-widgets=motif \ # --with-xim=motif -#.include "../../mk/motif.buildlink2.mk" +#.include "../../mk/motif.buildlink3.mk" #.elif defined(USE_GTK) #WITH_DIALOGS= \ # --with-gtk \ |