diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-02-17 06:28:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-02-17 06:28:02 +0000 |
commit | b9ee6c5ed6424b48c95fd9051fa4725a5af4ecd3 (patch) | |
tree | fd88e3af1f503d6e3e7d90f0dfd13fb4fa20d83a /textproc | |
parent | 450c6d609db00f8a46a48c9df5f1b5d551769b3a (diff) | |
download | ports-b9ee6c5ed6424b48c95fd9051fa4725a5af4ecd3.tar.gz ports-b9ee6c5ed6424b48c95fd9051fa4725a5af4ecd3.zip |
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
Notes
Notes:
svn path=/head/; revision=995
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 359f1922c3dc..68ca3e6c329d 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/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 |