diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-18 16:13:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-06-18 16:13:31 +0000 |
commit | 7ae6ec9c16ce06915a11b5bd18431ed6c9e13b3b (patch) | |
tree | 693f327253f5445530aad114ad4355adec370887 /emulators | |
parent | 1cfa1d893e08af4e036fa9de6abf5eed2fc6030a (diff) | |
download | ports-7ae6ec9c16ce06915a11b5bd18431ed6c9e13b3b.tar.gz ports-7ae6ec9c16ce06915a11b5bd18431ed6c9e13b3b.zip |
Notes
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 |