summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authorminskim <minskim>2011-11-08 20:41:40 +0000
committerminskim <minskim>2011-11-08 20:41:40 +0000
commitf9e739b69f4cd36708a36af9214264b0b21a7c77 (patch)
treea2d8a89c30d7eb396d7833801b3e22423835e81c /cross/avrdude
parentb385bdad43bb5f0c669d27c06a78bf2524b94e6b (diff)
downloadpkgsrc-f9e739b69f4cd36708a36af9214264b0b21a7c77.tar.gz
Use TeX Live packages instead of teTeX to build documentation.
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 328d79911dd..afb6ea6f8e5 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2010/02/19 19:13:45 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2011/11/08 20:41:40 minskim Exp $
DISTNAME= avrdude-5.10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= cross
MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/
@@ -11,13 +11,13 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
+BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_GNU_READLINE= yes
-TEX_DEPMETHOD= build
-TEX_ACCEPTED= teTeX3
.include "../../mk/bsd.prefs.mk"
@@ -46,5 +46,4 @@ BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
.include "../../devel/libusb/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"