Drop useless USE_LIBTOOL=Yes, as that's the default value set in bsd.port.mk

This commit is contained in:
landry 2020-10-11 17:55:17 +00:00
parent d98e139d90
commit c6f43df485
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/07/12 20:47:25 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/10/11 17:55:17 landry Exp $
SHARED_LIBS += courier-unicode 1.0 # 2.0
@ -22,7 +22,6 @@ WANTLIB += iconv m ${COMPILER_LIBCXX}
LIB_DEPENDS = converters/libiconv
USE_GMAKE = Yes
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:49:44 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2020/10/11 17:55:17 landry Exp $
COMMENT = library to create and edit an ISO-9660 filesystem
@ -15,7 +15,6 @@ PERMIT_PACKAGE = Yes
WANTLIB = iconv pthread z
LIB_DEPENDS = converters/libiconv
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"