aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs21
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/xemacs21
parent6ab16239d2c2da25476d94f50770211d78b1b034 (diff)
downloadports-824629f4a11b7000542959b97e358167cbf170e8.tar.gz
ports-824629f4a11b7000542959b97e358167cbf170e8.zip
Notes
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile3
1 files changed, 2 insertions, 1 deletions
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