summaryrefslogtreecommitdiff
path: root/japanese/dvi2ps
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-07 00:20:47 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-07 00:20:47 +0000
commit5370ea589f19ca387012e3a733179cbe8b44c16c (patch)
treeb1d9610ab85ee92d9d451653c88eaf410eac7e1d /japanese/dvi2ps
parentlib/news -> news/lib (diff)
Use shared VFlib lib.
Notes
Notes: svn path=/head/; revision=4852
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r--japanese/dvi2ps/Makefile4
-rw-r--r--japanese/dvi2ps/files/patch-aa2
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile
index 0c0a789e408f..745236033948 100644
--- a/japanese/dvi2ps/Makefile
+++ b/japanese/dvi2ps/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Sep 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/09 12:55:09 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/11 10:11:47 max Exp $
#
DISTNAME= dvi2ps-2.0j-beta4
@@ -14,7 +14,7 @@ DISTFILES= dvi2ps-2.0j-beta4.tar.gz
MAINTAINER= mita@jp.FreeBSD.org
-BUILD_DEPENDS= ${PREFIX}/lib/VFlib.a:${PORTSDIR}/japanese/vflib
+LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib
post-patch:
@(cd ${WRKSRC}; make newlib)
diff --git a/japanese/dvi2ps/files/patch-aa b/japanese/dvi2ps/files/patch-aa
index 749ad01803b8..7dd01030abe7 100644
--- a/japanese/dvi2ps/files/patch-aa
+++ b/japanese/dvi2ps/files/patch-aa
@@ -47,7 +47,7 @@
# optional font formats
FONTF = -DVFLIB
# VFlib library (comment out next line if -DFVLIB is not included)
-! VFLIB = ${PREFIX}/lib/VFlib.a
+! VFLIB = -L${PREFIX}/lib -lVFlib
#
CC=cc