diff options
author | hrs <hrs@FreeBSD.org> | 2011-06-19 00:13:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-06-19 00:13:31 +0800 |
commit | 9e9c3525eae21d28150114aa993af51afee2037a (patch) | |
tree | 09da0e18adf9dcabcd3deddebde9c2b00414e666 /emulators | |
parent | c4c3a478ff4c29c8ce1869f5f28dfd404e866aa0 (diff) | |
download | freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.gz freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.zst freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.zip |
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmips/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index eefc8e2ded50..894e860e9a9c 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmips PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= SF \ http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/ @@ -16,7 +16,8 @@ MASTER_SITES= SF \ MAINTAINER= brg@dgate.org COMMENT= MIPS R3000 simulator -BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ + texi2dvi:${PORTSDIR}/print/texinfo USE_GMAKE= yes GNU_CONFIGURE= yes |