summaryrefslogtreecommitdiff
path: root/textproc/dblatex/Makefile
diff options
context:
space:
mode:
authorobache <obache>2012-02-06 12:39:48 +0000
committerobache <obache>2012-02-06 12:39:48 +0000
commit166a5f824642de2518220b2a24588ea27cb9f551 (patch)
tree4a0e319e15e6277b7fad6cf6b0f6f74f74ed147f /textproc/dblatex/Makefile
parentad164c8fae30193e1c75ea10275e5ff948dc92aa (diff)
downloadpkgsrc-166a5f824642de2518220b2a24588ea27cb9f551.tar.gz
distutils pkg, register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'textproc/dblatex/Makefile')
-rw-r--r--textproc/dblatex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile
index 5ca8eb12f11..b2d3f3b088e 100644
--- a/textproc/dblatex/Makefile
+++ b/textproc/dblatex/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2011/07/04 23:08:22 jym Exp $
+# $NetBSD: Makefile,v 1.9 2012/02/06 12:39:48 obache Exp $
#
DISTNAME= dblatex-0.3
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dblatex/}
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +19,6 @@ DEPENDS+= transfig-[0-9]*:../../print/transfig
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
-PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
REPLACE_PYTHON+= lib/dbtexmf/dblatex/xetex/*.py
@@ -31,5 +31,5 @@ SUBST_SED.man+= -e 's,share/man/man1,${PKGMANDIR}/man1,'
SUBST_SED.man+= -e "s,'python','${PYTHONBIN}',"
.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"