diff options
author | jlam <jlam> | 2000-06-21 06:25:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-06-21 06:25:36 +0000 |
commit | bb0dd8e27434ec09ab5a76b8073d2bed9764c2c5 (patch) | |
tree | ed99cf2a84c1041ef531f2ac92294802b9829b96 /x11/XmHTML/Makefile | |
parent | 9a5d96d9edcf84540d0761415b7cc163765c0a56 (diff) | |
download | pkgsrc-bb0dd8e27434ec09ab5a76b8073d2bed9764c2c5.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'x11/XmHTML/Makefile')
-rw-r--r-- | x11/XmHTML/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile index 64a2722ae1a..16642a0689b 100644 --- a/x11/XmHTML/Makefile +++ b/x11/XmHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:43 rh Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/21 06:25:36 jlam Exp $ # DISTNAME= XmHTML-1.1.7 @@ -12,12 +12,12 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png -USE_X11= yes -USE_MOTIF= yes -USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_X11= # defined +USE_MOTIF= # defined +USE_GMAKE= # defined +USE_LIBTOOL= # defined -NO_CONFIGURE= yes +NO_CONFIGURE= # defined do-install: ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_DATA} \ |