diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-27 06:54:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-27 06:54:07 +0000 |
commit | 230cb2c9419153351060935f3954565f9cb157a3 (patch) | |
tree | 777534c504e9610ce97254690740204a6909d446 /print/teTeX | |
parent | 447a35029e9f650412d69c981af18f224e5744a6 (diff) | |
download | ports-230cb2c9419153351060935f3954565f9cb157a3.tar.gz ports-230cb2c9419153351060935f3954565f9cb157a3.zip |
Notes
Diffstat (limited to 'print/teTeX')
-rw-r--r-- | print/teTeX/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index efb67baa53ce..450dd74a8253 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Dec 1995 # Whom: Bernd Rosauer <br@netland.inka.de> # -# $Id: Makefile,v 1.4 1996/04/09 04:17:56 asami Exp $ +# $Id: Makefile,v 1.5 1996/05/13 09:30:32 asami Exp $ # DISTNAME= teTeX-src-0.3.3 @@ -23,6 +23,8 @@ PATCHFILES= teTeX-src-0.3.3-patch-001.gz teTeX-src-0.3.3-patch-002.gz \ MAINTAINER= tetex-freebsd@informatik.uni-hannover.de +RUN_DEPENDS= wishx:${PORTSDIR}/lang/tclX75 + DIST_SUBDIR= teTeX EXTRACT_ONLY= teTeX-src-0.3.3.tar.gz PATCH_DIST_STRIP= -p1 |