diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-04-15 14:44:37 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-04-15 14:44:37 +0000 |
commit | 79bf3682a077602249ecb41206cbe054916cfefb (patch) | |
tree | 7de33dc92096a4fee87899f73a1d5a6f61760e7a /print/xdvi | |
parent | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (diff) |
Back out my previous change, and revert xdvi to build with gmake.
This Imakefile crud here it _too_ weird to deal with; let it as it
stands now.
Notes
Notes:
svn path=/head/; revision=1365
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index c21f48be0f08..b770efe043fc 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,7 +3,7 @@ # Date created: 1 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.8 1995/04/15 04:34:11 asami Exp $ # DISTNAME= xdvi @@ -15,6 +15,7 @@ DISTFILES= xdvi.tar.Z MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes +USE_GMAKE= yes IS_INTERACTIVE= yes .if !defined(BATCH) |