diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-08 06:20:32 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-08 06:20:32 +0000 |
commit | 2aa1e7f9d4bb40ac8eb8f19470b2d9b89fcb963f (patch) | |
tree | bde303f1a4ca6c94f572ab4e52b30609d1c7e453 /editors | |
parent | 4461cb946457a6b9362f0ddcb8bf266135fdd688 (diff) | |
download | ports-2aa1e7f9d4bb40ac8eb8f19470b2d9b89fcb963f.tar.gz ports-2aa1e7f9d4bb40ac8eb8f19470b2d9b89fcb963f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 00feacd91d74..a8a52a5b0071 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -82,7 +82,6 @@ DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{ CONFIGURE_ARGS+= --without-x .else -INSTALLS_ICONS= yes USE_XORG= x11 USE_GNOME= @@ -115,6 +114,7 @@ IGNORE= please choose a toolkit: GTK+/Motif/Xaw/Xaw3d, or build without X11 supp .if defined(WITH_XAW) || defined(WITH_XAW3D) || defined(WITH_MOTIF) IGNORE= please choose only one toolkit: GTK+/Motif/Xaw/Xaw3d .endif +INSTALLS_ICONS= yes USE_GNOME+= gtk20 CONFIGURE_ARGS+= --with-x-toolkit=gtk .endif diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 00feacd91d74..a8a52a5b0071 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -82,7 +82,6 @@ DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{ CONFIGURE_ARGS+= --without-x .else -INSTALLS_ICONS= yes USE_XORG= x11 USE_GNOME= @@ -115,6 +114,7 @@ IGNORE= please choose a toolkit: GTK+/Motif/Xaw/Xaw3d, or build without X11 supp .if defined(WITH_XAW) || defined(WITH_XAW3D) || defined(WITH_MOTIF) IGNORE= please choose only one toolkit: GTK+/Motif/Xaw/Xaw3d .endif +INSTALLS_ICONS= yes USE_GNOME+= gtk20 CONFIGURE_ARGS+= --with-x-toolkit=gtk .endif |