diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-04-02 11:14:28 +0800 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-04-02 11:14:28 +0800 |
commit | b51eb8599393c9293193788f11a615f3380db81c (patch) | |
tree | 209e3d9bc369cda5e4d5831434bf164116f19c61 /print/xdvi | |
parent | 2aba6faf1e4bcb3f585d0a8fae6a6bba68ceaeb2 (diff) | |
download | freebsd-ports-gnome-b51eb8599393c9293193788f11a615f3380db81c.tar.gz freebsd-ports-gnome-b51eb8599393c9293193788f11a615f3380db81c.tar.zst freebsd-ports-gnome-b51eb8599393c9293193788f11a615f3380db81c.zip |
Add patch to fix build. (bad imake target)
PR: ports/156104
Submitted by: Callum Gibson <callum@omma.gibson.athome>
Diffstat (limited to 'print/xdvi')
-rw-r--r-- | print/xdvi/Makefile | 2 | ||||
-rw-r--r-- | print/xdvi/files/patch-Imakefile | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index ac80a0eb374f..66580e3b1613 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -17,8 +17,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= A DVI Previewer for the X Window System -BROKEN= does not build - CONFLICTS= teTeX-* DIST_SUBDIR= xdvi diff --git a/print/xdvi/files/patch-Imakefile b/print/xdvi/files/patch-Imakefile new file mode 100644 index 000000000000..2705db1b191b --- /dev/null +++ b/print/xdvi/files/patch-Imakefile @@ -0,0 +1,11 @@ +--- Imakefile.orig 2011-04-01 14:12:59.000000000 +1100 ++++ Imakefile 2011-04-01 14:11:38.000000000 +1100 +@@ -82,7 +82,7 @@ + mostlyclean: + $(RM) *.o xdvi xdvi.man core sedscript *~ + +-distclean: clean ++distclean:: clean + $(RM) Makefile.cfg + + veryclean: distclean |