diff options
author | snj <snj@pkgsrc.org> | 2004-05-02 00:23:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-02 00:23:40 +0000 |
commit | 099d31cd3a2e0e98787be5ccc28106f0ce707756 (patch) | |
tree | 79ff584c5c32e504bc25302d4c8849b4bf3a2bda /editors | |
parent | b3990b97af04fd6aaa78d350ec8dff17d61bcf44 (diff) | |
download | pkgsrc-099d31cd3a2e0e98787be5ccc28106f0ce707756.tar.gz |
s/buildlink2/buildlink3/ in comments.
Diffstat (limited to 'editors')
-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 \ |