diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/openwin.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/x11-links/openwin.mk b/pkgtools/x11-links/openwin.mk index 88b1f3943cc..dd91d66921c 100644 --- a/pkgtools/x11-links/openwin.mk +++ b/pkgtools/x11-links/openwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: openwin.mk,v 1.3 2005/02/20 07:48:48 grant Exp $ +# $NetBSD: openwin.mk,v 1.4 2006/05/22 22:22:04 jlam Exp $ FILES_LIST= ${FILESDIR}/openwin @@ -23,4 +23,5 @@ CREATE_X11LINK= case $$file in \ # disable checking of shared library dependencies, as openwin/dt can # have some libraries missing in a "normal" installation and this # shouldn't break the package. -CHECK_SHLIBS= no +# +CHECK_SHLIBS_SUPPORTED= no |