diff options
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r-- | editors/emacs23/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index bf8d1df699e0..3e5913ed4052 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,9 +37,9 @@ USE_GMAKE= yes .if !defined(WITHOUT_GTK) USE_GNOME= gtk20 .else -USE_XLIB= yes +USE_XORG= x11 .endif -USE_XPM= yes +USE_XORG= xpm xft .endif CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd |