summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2002-10-29 13:03:48 +0000
committerGary Jennejohn <gj@FreeBSD.org>2002-10-29 13:03:48 +0000
commit824629f4a11b7000542959b97e358167cbf170e8 (patch)
tree84125904415beb81e7d7587d6223c84fdc01cbd4 /editors/xemacs
parent# New ports collection makefile for: vile (diff)
xemacs21 and xemacs-devel: add a LIB_DEPENDS on compface.1 so that
the mail/faces port cannot be accidentally deleted if xemacs uses it. xemacs-devel: Add nonas,noeds to the --with-sound line because xemacs-devel barfs when trying to use our sounds/nas port. Noticed while testing the fix for the PR. PR: 44588 Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes: svn path=/head/; revision=69101
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \