diff options
author | minskim <minskim> | 2009-02-25 17:23:34 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-02-25 17:23:34 +0000 |
commit | 83b970027933d9eb7635176ad9364feecd97604e (patch) | |
tree | 479a12eb3cc91eccd6a509632fb5994b3170a654 /emulators | |
parent | 8c5d6793eca338560f4c6a87ac9805e6ef04e3b8 (diff) | |
download | pkgsrc-83b970027933d9eb7635176ad9364feecd97604e.tar.gz |
Let mmix depend on dvipsk because teTeX-bin no longer provides dvips.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mmix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index e8f229d140c..c481fd7933e 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/03/03 19:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2009/02/25 17:23:34 minskim Exp $ DISTNAME= mmix-20060918 CATEGORIES= emulators devel lang @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/mmix.html COMMENT= Simulators for Knuth's MMIX RISC architecture +BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk + PKG_DESTDIR_SUPPORT= user-destdir TEX_DEPMETHOD= build |