From 4dbad9109e6856bc93fa0716782230590c261574 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 9 Feb 2006 07:32:45 +0000 Subject: [PATCH] remove unneeded WANTLIB and MODGNU_SHARED_LIBS. --- devel/libunicode/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 849df6567ae..f4d5dca4a18 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2005/12/23 17:02:46 bernd Exp $ +# $OpenBSD: Makefile,v 1.5 2006/02/09 07:32:45 steven Exp $ COMMENT= "library for manipulating Unicode characters and strings" DISTNAME= libunicode-0.4 -PKGNAME= ${DISTNAME}p0 -SHARED_LIBS= unicode 0.0 -MODGNU_SHARED_LIBS= unicode '' +PKGNAME= ${DISTNAME}p1 +SHARED_LIBS= unicode 0.0 CATEGORIES= devel @@ -16,7 +15,6 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c USE_LIBTOOL= Yes CONFIGURE_STYLE= gnu