diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 08:20:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 08:20:47 +0800 |
commit | 9fce6c07c12faf05a6b37cf99f108deb7ff4118f (patch) | |
tree | 4a7c31119628103b90e346be451a56fe4917aadd /japanese/dvi2ps/Makefile | |
parent | f883cf208468007caa611c276b80343f2c368df6 (diff) | |
download | freebsd-ports-gnome-9fce6c07c12faf05a6b37cf99f108deb7ff4118f.tar.gz freebsd-ports-gnome-9fce6c07c12faf05a6b37cf99f108deb7ff4118f.tar.zst freebsd-ports-gnome-9fce6c07c12faf05a6b37cf99f108deb7ff4118f.zip |
Use shared VFlib lib.
Diffstat (limited to 'japanese/dvi2ps/Makefile')
-rw-r--r-- | japanese/dvi2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 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) |