diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-xdvik/Makefile | 4 | ||||
-rw-r--r-- | print/xmbibtex/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/print/tex-xdvik/Makefile b/print/tex-xdvik/Makefile index 7dcee076fba0..0de8c05afcdc 100644 --- a/print/tex-xdvik/Makefile +++ b/print/tex-xdvik/Makefile @@ -14,12 +14,10 @@ COMMENT= DVI Previewer(kpathsearch) for X LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ paper:${PORTSDIR}/print/libpaper +USES= iconv gmake motif USE_TEX= texlive web2c kpathsea texmf texhash TEXHASHDIRS= ${TEXMFDIR} -USE_MOTIF= yes -USE_GMAKE= yes USE_XORG= ice sm x11 xmu xpm xt -USES= iconv WRKSRC= ${WRKDIR}/${DISTNAME}/texk/xdvik GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 5a5b23cd9f65..951489a96ace 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -13,8 +13,7 @@ COMMENT= Reference manager based on the BibTeX file format WRKSRC_SUBDIR= src -USES= imake -USE_MOTIF= yes +USES= imake motif USE_XORG= ice sm x11 xext xmu xp xt xpm NO_INSTALL_MANPAGES= yes |