diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-15 04:51:56 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-15 04:51:56 +0800 |
commit | f996e294f842012db9b7c1a17aaeb03cfb64b79e (patch) | |
tree | fd013ff736a32d9aa80a1638295d81f1ae3a0a35 /print/xdvi | |
parent | 6941d3da45536b102f05d5bf94a78159926f4209 (diff) | |
download | freebsd-ports-gnome-f996e294f842012db9b7c1a17aaeb03cfb64b79e.tar.gz freebsd-ports-gnome-f996e294f842012db9b7c1a17aaeb03cfb64b79e.tar.zst freebsd-ports-gnome-f996e294f842012db9b7c1a17aaeb03cfb64b79e.zip |
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/xdvi')
-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 70d009f06e9b..6c3aee78b1ad 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 |