diff options
author | asami <asami@FreeBSD.org> | 1995-10-11 08:31:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-11 08:31:49 +0800 |
commit | 7e813574ad8abe23c92cc91fcd741c639e40ab6e (patch) | |
tree | f33da1a0adcededb48814c616c1bc0552f867f39 /japanese/mule-wnn6 | |
parent | 5ae43b20a3025de1cbae1948dfcc2449553404ed (diff) | |
download | freebsd-ports-graphics-7e813574ad8abe23c92cc91fcd741c639e40ab6e.tar.gz freebsd-ports-graphics-7e813574ad8abe23c92cc91fcd741c639e40ab6e.tar.zst freebsd-ports-graphics-7e813574ad8abe23c92cc91fcd741c639e40ab6e.zip |
Use BUILD_DEPENDS and LIB_DEPENDS instead of ".if !exists(...)" hack.
Diffstat (limited to 'japanese/mule-wnn6')
-rw-r--r-- | japanese/mule-wnn6/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/mule-wnn6/Makefile b/japanese/mule-wnn6/Makefile index d14648ae3db..dff8298a624 100644 --- a/japanese/mule-wnn6/Makefile +++ b/japanese/mule-wnn6/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.21 1995/07/23 22:32:44 asami Exp $ +# $Id: Makefile,v 1.22 1995/07/28 23:46:43 asami Exp $ # DISTNAME= mule-2.3 @@ -16,9 +16,7 @@ MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \ MAINTAINER= asami@FreeBSD.ORG -.if !exists(/usr/X11R6/lib/libwnn.a) -DEPENDS= ${PORTSDIR}/japanese/Wnn -.endif +BUILD_DEPENDS= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn HAS_CONFIGURE= yes USE_GMAKE= yes |