From 867caa01a4f55286aa9d9b5fd1674dff98eea2b1 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 27 Mar 2007 11:04:48 +0000 Subject: [PATCH] set USE_LIBTOOL, bump PKGNAME just in case. --- devel/libmagic/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libmagic/Makefile b/devel/libmagic/Makefile index ea3f2505bf6..4e3c05d6277 100644 --- a/devel/libmagic/Makefile +++ b/devel/libmagic/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2007/03/17 21:43:20 jolan Exp $ +# $OpenBSD: Makefile,v 1.3 2007/03/27 11:04:48 espie Exp $ COMMENT= "library to determine file type" V= 4.20 DISTNAME= file-${V} -PKGNAME= libmagic-${V} +PKGNAME= libmagic-${V}p0 SHARED_LIBS= magic 1.0 CATEGORIES= sysutils @@ -21,5 +21,6 @@ MASTER_SITES= ftp://ftp.astron.com/pub/file/ WANTLIB= z CONFIGURE_STYLE=gnu +USE_LIBTOOL= Yes .include