diff options
author | martti <martti@pkgsrc.org> | 2002-02-12 14:57:58 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-12 14:57:58 +0000 |
commit | 2d5d9a4cf625a98f0f3c9c8055accfb62b635e4e (patch) | |
tree | 755e12e2fa357bd32a3c1d000f163fbc913bd38a /graphics | |
parent | f59c569076be41b0e1584274781b55d570059421 (diff) | |
download | pkgsrc-2d5d9a4cf625a98f0f3c9c8055accfb62b635e4e.tar.gz |
Use USE_LIBTOOL and LTCONFIG_OVERRIDE
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libexif/Makefile | 6 |
1 files 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" |