USE_LIBTOOL instead of packages libtool.

This commit is contained in:
jlam 2000-06-21 02:24:22 +00:00
parent 5f0bc2f091
commit 740d8bdfb2

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.33 2000/06/01 11:23:26 rh Exp $
# $NetBSD: Makefile,v 1.34 2000/06/21 02:24:22 jlam Exp $
#
DISTNAME= MesaLib-3.1
@ -17,11 +17,11 @@ HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html
CONFLICTS= Mesa-glx-*
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_X11BASE= yes
USE_X11BASE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS= --enable-static
# XXX our pkglibtool is too old
#USE_PKGLIBTOOL= yes
.include "../../mk/bsd.pkg.mk"