diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-29 07:45:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-29 07:45:51 +0000 |
commit | b7c133d65a26f36cb4df3acb5291e0484dcb53cb (patch) | |
tree | e9981a7121ea478a75bd74747dc8d8e01f1b7a10 /print/xdvi/Makefile | |
parent | 9d15a689a52622bf082a7055530b1253f6a14dd3 (diff) |
Notes
Diffstat (limited to 'print/xdvi/Makefile')
-rw-r--r-- | print/xdvi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 0d5b972df9e2..34c03bd71333 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -1,4 +1,4 @@ -# Created by: jmz +# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org> # $FreeBSD$ PORTNAME= xdvi @@ -11,14 +11,13 @@ DISTNAME= ${PORTNAME}-20 EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= DVI Previewer for the X Window System +COMMENT= DVI previewer for the X Window System CONFLICTS= teTeX-* DIST_SUBDIR= xdvi -UES= imake +USES= gmake imake USE_XORG= ice sm x11 xaw xext xmu xt xpm -USE_GMAKE= yes PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PLIST_SUB= LOCALBASE=${LOCALBASE} |