aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mule
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-02-17 14:28:02 +0800
committerasami <asami@FreeBSD.org>1995-02-17 14:28:02 +0800
commitbc814c0c337764864bc235cf31158b1c17c8bbe6 (patch)
treefb425a040c7b8fd3cf24b8470155813c68b24e0e /editors/mule
parentcfdaeeaabd25cbfa15d8afa1ab8186b6aced299c (diff)
downloadfreebsd-ports-graphics-bc814c0c337764864bc235cf31158b1c17c8bbe6.tar.gz
freebsd-ports-graphics-bc814c0c337764864bc235cf31158b1c17c8bbe6.tar.zst
freebsd-ports-graphics-bc814c0c337764864bc235cf31158b1c17c8bbe6.zip
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 359f1922c3d..68ca3e6c329 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.6 1995/01/03 14:16:51 asami Exp $
+# $Id: Makefile,v 1.7 1995/02/13 18:08:49 ats Exp $
#
DISTNAME= mule-2.2
@@ -23,7 +23,9 @@ PATCHSITE= ftp.cs.buffalo.edu:/pub/mule/
.else
PATCHSITE= ${MASTER_SITE_OVERRIDE}
.endif
+.if !exists(/usr/X11R6/lib/libwnn.a)
DEPENDS= ${PORTSDIR}/utils/Wnn
+.endif
PREPATCH_COOKIE= ${.CURDIR}/work/.prepatch_done
PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done