diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 5 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 5 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 7b513e5ca54b..2e01676735a6 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDI .if !defined(WITHOUT_X11) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff.4:${PORTSDIR}/graphics/tiff \ + compface.1:${PORTSDIR}/mail/faces USE_XLIB= yes USE_XPM= yes .endif @@ -34,7 +35,7 @@ USE_AUTOCONF_VER=213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--with-clash-detection \ - --with-sound=native \ + --with-sound=native,nonas,noesd \ --site-includes=${LOCALBASE}/include \ --site-libraries=${LOCALBASE}/lib \ --with-ldap=no \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 7b513e5ca54b..2e01676735a6 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDI .if !defined(WITHOUT_X11) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff.4:${PORTSDIR}/graphics/tiff \ + compface.1:${PORTSDIR}/mail/faces USE_XLIB= yes USE_XPM= yes .endif @@ -34,7 +35,7 @@ USE_AUTOCONF_VER=213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--with-clash-detection \ - --with-sound=native \ + --with-sound=native,nonas,noesd \ --site-includes=${LOCALBASE}/include \ --site-libraries=${LOCALBASE}/lib \ --with-ldap=no \ diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 288f1ac49904..a7ca52067ab5 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDI .if !defined(WITHOUT_X11) LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff.4:${PORTSDIR}/graphics/tiff \ + compface.1:${PORTSDIR}/mail/faces USE_XLIB= yes USE_XPM= yes .endif |