From 9d7b4cef4b2fcd434bb915ef69841314b9f9900d Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 1 Jun 2017 13:30:24 +0000 Subject: Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. --- textproc/py-enchant/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index a24b38650b3..dd3fd83753f 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/06/08 17:43:40 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/06/01 13:30:26 jlam Exp $ DISTNAME= pyenchant-1.6.6 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/} @@ -19,7 +19,7 @@ USE_LANGUAGES= # empty .include "../../mk/bsd.prefs.mk" DLEXT.dylib= dylib -DLEXT= ${DLEXT.${_OPSYS_SHLIB_TYPE}:Uso} +DLEXT= ${DLEXT.${SHLIB_TYPE}:Uso} PYENCHANT_LIBRARY_PATH= ${LOCALBASE}/lib/libenchant.${DLEXT} # fix the path of libenchant with patch-ab. -- cgit v1.2.3