1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Use BUILD_DEPENDS and LIB_DEPENDS instead of ".if !exists(...)" hack.

This commit is contained in:
Satoshi Asami 1995-10-11 00:31:49 +00:00
parent cfa9907abd
commit b6c98a9326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2313
4 changed files with 8 additions and 14 deletions

View File

@ -3,7 +3,7 @@
# Date created: 1 May 1995
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1995/05/02 01:53:11 asami Exp $
#
DISTNAME= kinput2-v2-fix1
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
MAINTAINER= asami@FreeBSD.ORG
LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
LIB_DEPENDS= canna16\\.1\\.:${PORTSDIR}/japanese/Canna
NO_WRKSUBDIR= yes
USE_IMAKE= yes

View File

@ -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

View File

@ -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

View File

@ -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