diff options
Diffstat (limited to 'print/yatex')
-rw-r--r-- | print/yatex/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 7354ce4e760b..6f9338553f26 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -3,17 +3,18 @@ PORTNAME= yatex PORTVERSION= 1.77 +PORTREVISION= 1 CATEGORIES?= print elisp MASTER_SITES= http://www.yatex.org/ +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Yet Another LaTeX mode and html mode on Emacs -USES= dos2unix -USE_EMACS= yes -EMACS_NO_RUN_DEPENDS= yes -EMACS_NO_BUILD_DEPENDS= yes +USES= dos2unix emacs +EMACS_NO_DEPENDS= yes + NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message yatex-startup.el |