1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Change DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required

for building only.
This commit is contained in:
Satoshi Asami 1996-12-07 23:43:56 +00:00
parent 363e6cbd2f
commit 9e6427c5d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4879

View File

@ -3,7 +3,7 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.3 1996/11/12 02:19:30 obrien Exp $
# $Id: Makefile,v 1.4 1996/12/07 09:05:09 asami Exp $
#
DISTNAME= 9term.1.6.3
@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= erich@FreeBSD.org
# needs library and private header
DEPENDS= ${PORTSDIR}/plan9/sam
# needs library and private header, but not during runtime
BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam
NO_WRKSUBDIR= yes