diff options
author | hrs <hrs@FreeBSD.org> | 2004-08-20 01:34:12 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2004-08-20 01:34:12 +0800 |
commit | f774284c769d1e05a0390bc8b03c35e17920336a (patch) | |
tree | 819c2366f3e7e126d0ff328a592828fa0b17fe63 | |
parent | 59650b2f7234976fb80cdb94a798751aaa61292d (diff) | |
download | freebsd-ports-gnome-f774284c769d1e05a0390bc8b03c35e17920336a.tar.gz freebsd-ports-gnome-f774284c769d1e05a0390bc8b03c35e17920336a.tar.zst freebsd-ports-gnome-f774284c769d1e05a0390bc8b03c35e17920336a.zip |
Fix dependency.
Approved by: linimon (mentor)
-rw-r--r-- | print/tex-omegaware-old/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/tex-omegaware-old/Makefile b/print/tex-omegaware-old/Makefile index 2c3c042a330e..bd4decff551b 100644 --- a/print/tex-omegaware-old/Makefile +++ b/print/tex-omegaware-old/Makefile @@ -16,6 +16,8 @@ EXTRACT_ONLY= ${TETEX_SRC} MAINTAINER= hrs@FreeBSD.org COMMENT= Old version of ovf2ovp, ovp2ovf, ofm2opl, and opl2ofm +BUILD_DEPENDS= tangle:${PORTSDIR}/print/teTeX-base + DIST_SUBDIR= teTeX WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}/texk/web2c CONFIGURE_WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} |