diff options
author | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
commit | 2c76f77f390e32642f678b2fc168708f97d563b0 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /textproc | |
parent | 99505867670a31dc3db29f0bf611edb9e2c2daa6 (diff) | |
download | pkgsrc-2c76f77f390e32642f678b2fc168708f97d563b0.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eb/Makefile | 3 | ||||
-rw-r--r-- | textproc/html/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 038ad900dbe..f47f9dcf7a0 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:47:34 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/05/16 01:15:33 jlam Exp $ DISTNAME= eb-4.1.3 CATEGORIES= textproc japanese @@ -56,6 +56,7 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_PERL5= build +PKGSRC_USE_TOOLS+= gtar CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 691ab2988bd..e65f7a45beb 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:35 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/05/16 01:15:33 jlam Exp $ # DISTNAME= html-4.01 @@ -19,6 +19,8 @@ NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes +PKGSRC_USE_TOOLS+= gtar + INSTDIR= ${PREFIX}/share/sgml/html ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog |