diff options
author | gj <gj@FreeBSD.org> | 2002-10-29 13:03:48 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2002-10-29 13:03:48 +0000 |
commit | f9097efe2434a3139ca981408acd7bedc2d8369e (patch) | |
tree | cdcb507ad8708d0c8daa867e1e0ec8ce8cf1e7e2 /editors/xemacs21 | |
parent | d74872d617dc9d0e97523e9ebe073d372464c6e1 (diff) | |
download | FreeBSD-ports-f9097efe2434a3139ca981408acd7bedc2d8369e.zip FreeBSD-ports-f9097efe2434a3139ca981408acd7bedc2d8369e.tar.gz |
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>
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 288f1ac..a7ca520 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 |