diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-03 09:25:57 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-08-03 09:25:57 +0000 |
commit | 26bf3350546543e77d01b81dcea584291e5d9f78 (patch) | |
tree | 49f62eecb3b74c9a225ed9d39d96b69ef491ff5d /print/dvi2tty/Makefile | |
parent | Fix OPTIONS knobs to match new options framework (diff) |
- Fix conflicts
PR: ports/170274
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to '')
-rw-r--r-- | print/dvi2tty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index 7cbfe81deae6..4938f7155546 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A dvi-file previewer for text only devices +CONFLICTS= ja-dvi2tty-[0-9]* + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}" MAN1= disdvi.1 dvi2tty.1 |