diff options
author | asami <asami@FreeBSD.org> | 1998-12-27 17:09:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-27 17:09:50 +0800 |
commit | 325347254f216f7b517418659b3c5efe804983f6 (patch) | |
tree | 72b4f18a2d96e7bb977ab1c11bd609c65ef6797a /japanese/netscape4-communicator | |
parent | 11b3aaaebd530b6017dd37e63dd2a038ff243ee1 (diff) | |
download | freebsd-ports-gnome-325347254f216f7b517418659b3c5efe804983f6.tar.gz freebsd-ports-gnome-325347254f216f7b517418659b3c5efe804983f6.tar.zst freebsd-ports-gnome-325347254f216f7b517418659b3c5efe804983f6.zip |
Depend on the right port under www.
Diffstat (limited to 'japanese/netscape4-communicator')
-rw-r--r-- | japanese/netscape4-communicator/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile index b7c199fa03d5..618e5e00ade8 100644 --- a/japanese/netscape4-communicator/Makefile +++ b/japanese/netscape4-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Mar 1998 # Whom: sada@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1998/12/13 19:09:45 sada Exp $ +# $Id: Makefile,v 1.11 1998/12/26 21:51:06 sada Exp $ # DISTNAME= ja-netscape-${BROWSER}-${BROWSER_VERSION} @@ -14,7 +14,8 @@ DISTFILES= ${JAPANIZE_KIT} ${PORTKIT} MAINTAINER= sada@FreeBSD.ORG -RUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape4-${BROWSER} \ +# ?= for ports that include this Makefile +RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape4-${BROWSER} \ ${FONT_DEPEND} MAN1= ja-netscape.1 |