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 | |
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.
-rw-r--r-- | japanese/netscape4-communicator/Makefile | 5 | ||||
-rw-r--r-- | japanese/netscape47-communicator/Makefile | 4 | ||||
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 5 |
3 files changed, 8 insertions, 6 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 diff --git a/japanese/netscape47-communicator/Makefile b/japanese/netscape47-communicator/Makefile index bd45e5455cca..bcda895c4d9b 100644 --- a/japanese/netscape47-communicator/Makefile +++ b/japanese/netscape47-communicator/Makefile @@ -3,12 +3,12 @@ # Date created: 13 Mar 1998 # Whom: sada # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/13 19:17:33 sada Exp $ # #MAINTAINER= sada@FreeBSD.ORG -RUN_DEPENDS?= \ +RUN_DEPENDS= \ ${PREFIX}/bin/communicator-4.5:${PORTSDIR}/www/netscape45-communicator \ ${FONT_DEPEND} diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index b7c199fa03d5..618e5e00ade8 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-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 |