diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-14 20:51:56 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-14 20:51:56 +0000 |
commit | f996e294f842012db9b7c1a17aaeb03cfb64b79e (patch) | |
tree | fd013ff736a32d9aa80a1638295d81f1ae3a0a35 /print | |
parent | 6941d3da45536b102f05d5bf94a78159926f4209 (diff) | |
download | FreeBSD-ports-f996e294f842012db9b7c1a17aaeb03cfb64b79e.zip FreeBSD-ports-f996e294f842012db9b7c1a17aaeb03cfb64b79e.tar.gz |
xdvi no longer requires GNU make. The offending `include' line in the
(admittedly ugly) Imakefile has never been used, since this port does
have its own configure script.
I gratuitously removed it. :)
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 70d009f..6c3aee7 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -3,7 +3,6 @@ DISTNAME= xdvi MASTER_SITES= ftp://ftp.x.org/contrib/applications/ CATEGORIES+= printing USE_IMAKE= yes -USE_GMAKE= yes IS_INTERACTIVE= yes MAINTAINER= jmz@FreeBSD.org |