diff options
author | asami <asami@FreeBSD.org> | 1995-02-17 14:28:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-17 14:28:02 +0800 |
commit | bc814c0c337764864bc235cf31158b1c17c8bbe6 (patch) | |
tree | fb425a040c7b8fd3cf24b8470155813c68b24e0e /textproc | |
parent | cfdaeeaabd25cbfa15d8afa1ab8186b6aced299c (diff) | |
download | freebsd-ports-gnome-bc814c0c337764864bc235cf31158b1c17c8bbe6.tar.gz freebsd-ports-gnome-bc814c0c337764864bc235cf31158b1c17c8bbe6.tar.zst freebsd-ports-gnome-bc814c0c337764864bc235cf31158b1c17c8bbe6.zip |
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
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 |