diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:27:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:27:48 +0000 |
commit | 8e6d74c12078e5781b2f8dbcb588ce53a5fa3a0e (patch) | |
tree | d2e55417c356f7ef083a02e0114870458f732295 /editors/xemacs/Makefile | |
parent | 3b6a56cb2453980697d1a373485f4f995765b377 (diff) | |
download | pkgsrc-8e6d74c12078e5781b2f8dbcb588ce53a5fa3a0e.tar.gz |
Add DragonFly and modular Xorg support.
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index cbce82d0b4e..06706897df3 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2006/12/15 20:32:54 joerg Exp $ +# $NetBSD: Makefile,v 1.83 2007/02/15 14:27:48 joerg Exp $ .include "../../editors/xemacs/Makefile.common" @@ -15,4 +15,5 @@ PLIST_SUBST+= X11ONLY="" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xbitmaps/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |