diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /japanese/vfghostscript | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.zst freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.zip |
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
Diffstat (limited to 'japanese/vfghostscript')
-rw-r--r-- | japanese/vfghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 0871adda1193..0e888fbbc7ec 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/09/14 21:36:13 max Exp $ +# $Id: Makefile,v 1.10 1997/12/08 09:05:48 max Exp $ # DISTNAME= ghostscript2.6.2 @@ -24,6 +24,7 @@ MAINTAINER= mita@jp.FreeBSD.org LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/gs262 EXTRACT_ONLY= ghostscript-2.6.2.tar.gz MAN1= gs.1 |