diff options
author | asami <asami@FreeBSD.org> | 1996-12-08 07:43:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-08 07:43:56 +0800 |
commit | 80590422b6fb7144a8eeb54af5171c3e0e39aeb8 (patch) | |
tree | 9415b6f157c3e02d672d524099d3457cd714e929 /x11 | |
parent | 47da4083c3c71775e7a7156fdeaf1f0778696060 (diff) | |
download | freebsd-ports-gnome-80590422b6fb7144a8eeb54af5171c3e0e39aeb8.tar.gz freebsd-ports-gnome-80590422b6fb7144a8eeb54af5171c3e0e39aeb8.tar.zst freebsd-ports-gnome-80590422b6fb7144a8eeb54af5171c3e0e39aeb8.zip |
Change DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required
for building only.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9term/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 2a5c2cd6aa97..48b07d84a62c 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -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 |