USE_LIBTOOL instead of PKGLIBTOOL.
This commit is contained in:
parent
4335d667b3
commit
8cb591c1e4
2 changed files with 8 additions and 7 deletions
|
@ -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} \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 1999/11/13 07:31:40 jlam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2000/06/21 06:25:38 jlam Exp $
|
||||
include/XmHTML/Balloon.h
|
||||
include/XmHTML/BalloonP.h
|
||||
include/XmHTML/HTML.h
|
||||
|
@ -13,5 +13,6 @@ include/XmHTML/resources.h
|
|||
include/XmHTML/tka.h
|
||||
include/XmHTML/toolkit.h
|
||||
lib/libXmHTML.a
|
||||
lib/libXmHTML.la
|
||||
lib/libXmHTML.so.1.2
|
||||
@dirrm include/XmHTML
|
||||
|
|
Loading…
Reference in a new issue