Use USE_LIBTOOL and LTCONFIG_OVERRIDE

This commit is contained in:
martti 2002-02-12 14:57:58 +00:00
parent f59c569076
commit 2d5d9a4cf6

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/02/12 14:52:48 martti Exp $
# $NetBSD: Makefile,v 1.2 2002/02/12 14:57:58 martti Exp $
DISTNAME= libexif-0.4
CATEGORIES= graphics
@ -10,7 +10,7 @@ COMMENT= EXIF file library
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
#USE_LIBTOOL= YES
#LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"