From 2d5d9a4cf625a98f0f3c9c8055accfb62b635e4e Mon Sep 17 00:00:00 2001 From: martti Date: Tue, 12 Feb 2002 14:57:58 +0000 Subject: Use USE_LIBTOOL and LTCONFIG_OVERRIDE --- graphics/libexif/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 3e6f0475396..bce8f966600 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -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" -- cgit v1.2.3