diff options
author | joerg <joerg> | 2007-06-30 17:59:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-30 17:59:03 +0000 |
commit | 3d6a3114f2d41a3820039cece144b9801f736e74 (patch) | |
tree | 4179f88458bbd9daab44629f1e3507b3d17490d4 /editors/xemacs-current/Makefile | |
parent | c0ab6dc309463904ce8ab0a88adfd5dcc9040d37 (diff) | |
download | pkgsrc-3d6a3114f2d41a3820039cece144b9801f736e74.tar.gz |
Fix build on DragonFly.
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r-- | editors/xemacs-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index ab50fe4dd92..49b4bde87a2 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2007/05/20 17:20:25 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2007/06/30 17:59:03 joerg Exp $ DISTNAME= xemacs-21.5.27 @@ -38,6 +38,7 @@ WITH_WIDGETS= --with-widgets=lucid .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../x11/xbitmaps/buildlink3.mk" INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR} |