diff options
author | obache <obache@pkgsrc.org> | 2011-10-09 14:02:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-09 14:02:06 +0000 |
commit | 492a4f7446d69c015e4aa9a302a2ec083e7459dd (patch) | |
tree | 67cabcf33d3aa5645b25118e4c64cf3eeb0b9801 /editors/emacs-snapshot | |
parent | e6433fa8f80d97cdfdf1374684ee90e5c12daafa (diff) | |
download | pkgsrc-492a4f7446d69c015e4aa9a302a2ec083e7459dd.tar.gz |
Fixes for using GNUstep.
Diffstat (limited to 'editors/emacs-snapshot')
-rw-r--r-- | editors/emacs-snapshot/PLIST.gnustep | 6 | ||||
-rw-r--r-- | editors/emacs-snapshot/options.mk | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs-snapshot/PLIST.gnustep b/editors/emacs-snapshot/PLIST.gnustep index ba665a1d900..a8760921bfe 100644 --- a/editors/emacs-snapshot/PLIST.gnustep +++ b/editors/emacs-snapshot/PLIST.gnustep @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST.gnustep,v 1.2 2009/06/14 17:50:22 joerg Exp $ +@comment $NetBSD: PLIST.gnustep,v 1.3 2011/10/09 14:02:06 obache Exp $ share/GNUstep/Local/Applications/Emacs.app/Emacs share/GNUstep/Local/Applications/Emacs.app/Resources/Emacs.desktop +share/GNUstep/Local/Applications/Emacs.app/Resources/README share/GNUstep/Local/Applications/Emacs.app/Resources/Info-gnustep.plist -share/GNUstep/Local/Applications/Emacs.app/Resources/emacstiff -share/GNUstep/Local/Applications/Emacs.app/library_paths.openapp +share/GNUstep/Local/Applications/Emacs.app/Resources/emacs.tiff diff --git a/editors/emacs-snapshot/options.mk b/editors/emacs-snapshot/options.mk index 293d8067725..2713c1f36bd 100644 --- a/editors/emacs-snapshot/options.mk +++ b/editors/emacs-snapshot/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2011/03/09 16:28:20 drochner Exp $ +# $NetBSD: options.mk,v 1.7 2011/10/09 14:02:06 obache Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.emacs @@ -116,6 +116,7 @@ CHECK_WRKREF_SKIP+= Applications/Emacs.app/Contents/MacOS/Emacs MAKE_FILE= Makefile APPLICATIONS_DIR= share/GNUstep/Local/Applications PLIST_SRC+= PLIST.gnustep +CHECK_WRKREF_SKIP+= share/GNUstep/Local/Applications/Emacs.app/Emacs . endif CONFIGURE_ARGS+= --without-x CONFIGURE_ARGS+= --with-ns |