diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-01 22:12:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-01 22:12:32 +0000 |
commit | fb56c847352556ded5f24e387fa45fc39d1d00ba (patch) | |
tree | 4209195f2445e11673f32b3f894275194ef6a7b3 /Mk | |
parent | ca11fc527916061184d5139f92f35f82b0520b9e (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 3743d4b5eef1..8e456166238a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1546,6 +1546,11 @@ PKGNG_ORIGIN= ${PKG_ORIGIN} WITH_PKGNG?= yes WITH_PKG?= ${WITH_PKGNG} +.if defined(BUNDLE_LIBS) +PKG_NOTES+= no_provide_shlib +PKG_NOTE_no_provide_shlib= yes +.endif + .endif # End of pre-makefile section. |