- automatically set PKG_ARCH=* when SHARED_ONLY is not set
ok sthen@
This commit is contained in:
parent
0fcf72ab4a
commit
02404b0b7d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: lua.port.mk,v 1.4 2010/06/15 22:05:24 jasper Exp $
|
||||
# $OpenBSD: lua.port.mk,v 1.5 2010/09/09 17:32:36 jasper Exp $
|
||||
|
||||
CATEGORIES+= lang/lua
|
||||
|
||||
@ -16,3 +16,7 @@ RUN_DEPENDS+= ::lang/lua
|
||||
.if ${NO_BUILD:L} == "no"
|
||||
BUILD_DEPENDS+= ::lang/lua
|
||||
.endif
|
||||
|
||||
.if !defined(SHARED_ONLY) || ${SHARED_ONLY:L} == "no"
|
||||
PKG_ARCH=*
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user