diff options
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 9a66faf02f2..b50f1c1b1af 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2006/07/02 10:03:14 rillig Exp $ +# $NetBSD: Makefile,v 1.98 2006/12/15 20:32:54 joerg Exp $ DISTNAME= emacs-${EMACSVERSION}a PKGREVISION= 7 @@ -12,7 +12,7 @@ CONFLICTS+= emacs-nox11-[0-9]* CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --srcdir=${WRKSRC:Q} -.include "../../graphics/xpm/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" CONFIGURE_ARGS+= --with-xpm .include "../../graphics/jpeg/buildlink3.mk" CONFIGURE_ARGS+= --with-jpeg |